HEX: #479129
RGB: (71,145,41)
#479129 enthält hauptsächlich grüne Farbe. Für #479129 ist eine «websichere» Webfarbe #339933 (oder kurz #393).
Die Farbe #479129 wird in RGB als (71,145,41) definiert.
RGB: (71,145,41)
(28%, 57%, 16%)
R 71 von 255 = 28%
G 145 von 255 = 57%
B 41 von 255 = 16%
R + G + B ~ 34%. #479129 ziemlich dunkle Farbe.
R + G + B = 71 + 145 + 41 = 257 (100%)
R 71 von 257 ~ 27.63%
G 145 von 257 ~ 56.42%
B 41 von 257 ~ 15.95'%
Die Farbe #479129 wird in CMYK als (51,0,72,43) definiert.
CMYK: (51,0,72,43)
C51M0Y72K43 (51%, 0%, 72%, 43%)
(0.51 / 0.00 / 0.72 / 0.43)
Farbe #479129 in den populären Farbmodellen.
47 | 91 | 29 | |
---|---|---|---|
RGB | 71 | 145 | 41 |
HSL | 103° | 55.91% | 36.47% |
HSB/HSV | 103° | 71.72% | 56.86% |
CMYK | 51.03% | 0.00% | 71.72% |
43.14% |
Die Farbe #479129 in den populären Zahlensystemen.
Hexadezimal | 47 | 91 | 29 |
Dezimal | 71 | 145 | 41 |
Binär | 1000111 | 10010001 | 101001 |
Oktal | 107 | 221 | 51 |
Dunkle Töne der Farbe #479129
Helle Töne der Farbe #479129
Beispiele css- und html für Elemente in der Farbe #479129. Bitte benutzen Sie auch rgb(71,145,41) statt hex-Code.
.myTextColor { color: #479129; }
<p style="color:#479129">This sample text font color is #479129.</p>
Die Farbe dieses Textes ist #479129.
.myBgColor { background-color: #479129; }
<div style="background-color:#479129">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #479129.
.myBorderColor { border: 1px solid #479129; }
<div style="border:3px solid #479129">Div</div>
Die Grenzen von diesem div sind in Farbe #479129.
.myOpacity80 { color: #479129; opacity: 0.8; }
<p style="color:#479129;opacity:0.8;">80%</p>
Text in Farbe #479129 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #479129;}
<p style="text-shadow: 3px 3px 1px #479129">Text here.</p>
Dieser Text hat den Schatten in Farbe #479129.
.textShadow {text-shadow: 3px 3px 1px #479129', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #479129, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #479129 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#479129, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#479129, Direction=45, Strength=4)">Text</p>
This text has shadow with #479129 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #479129;
-webkit-box-shadow: 1px 1px 3px 2px #479129;
box-shadow: 1px 1px 3px 2px #479129;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #479129; -webkit-box-shadow: 1px 1px 3px 2px #479129; box-shadow:1px 1px 3px 2px #479129;">
Div content here
</div>
Dieser Text ist in der Farbe #479129 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #479129 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #479129.
Dieser Text ist weiß auf dem Hintergrund in Farbe #479129.
Kontrastfarbe für #hex ist #B86ED6.