HEX: #499D51
RGB: (73,157,81)
#499D51 enthält hauptsächlich grüne Farbe. Für #499D51 ist eine «websichere» Webfarbe #339966 (oder kurz #396).
Die Farbe #499D51 wird in RGB als (73,157,81) definiert.
RGB: (73,157,81) (29%,62%,32%)
R 73 von 255 = 29%
G 157 von 255 = 62%
B 81 von 255 = 32%
R + G + B ~ 41%. #499D51 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
73 + 157 + 81 = 311 (100%)
R 73 von 311 ~ 23.47%
G 157 von 311 ~ 50.48%
B 81 von 311 ~ 26.05%
Die Farbe #499D51 wird in CMYK als (54,0,48,38) definiert.
CMYK: (54,0,48,38) C54M0Y48K38 (54%,0%,48%,38%) (0.54/0.00/0.48/0.38)
49 | 9D | 51 | |
---|---|---|---|
RGB | 73 | 157 | 81 |
HSL | 126° | 36.52% | 45.10% |
HSB/HSV | 126° | 53.50% | 61.57% |
CMYK | 53.50% | 0.00% | 48.41% |
38.43% |
Hexadezimal | 49 | 9D | 51 |
Dezimal | 73 | 157 | 81 |
Binär | 1001001 | 10011101 | 1010001 |
Oktal | 111 | 235 | 121 |
Beispiele css- und html für Elemente in der Farbe #499D51. Bitte benutzen Sie auch rgb(73,157,81) statt hex-Code.
.myTextColor { color: #499D51; }
<p style="color:#499D51">This sample text font color is #499D51.</p>
Die Farbe dieses Textes ist #499D51.
.myBgColor { background-color: #499D51; }
<div style="background-color:#499D51">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #499D51.
.myBorderColor { border: 1px solid #499D51; }
<div style="border:3px solid #499D51">Div</div>
Die Grenzen von diesem div sind in Farbe #499D51.
.myOpacity80 { color: #499D51; opacity: 0.8; }
<p style="color:#499D51;opacity:0.8;">80%</p>
Text in Farbe #499D51 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #499D51;}
<p style="text-shadow: 3px 3px 1px #499D51">Text here.</p>
Dieser Text hat den Schatten in Farbe #499D51.
.textShadow {text-shadow: 3px 3px 1px #499D51, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #499D51, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #499D51 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#499D51, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#499D51, Direction=45, Strength=4)">Text</p>
This text has shadow with #499D51 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #499D51; -webkit-box-shadow: 1px 1px 3px 2px #499D51; box-shadow: 1px 1px 3px 2px #499D51; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #499D51; -webkit-box-shadow: 1px 1px 3px 2px #499D51; box-shadow:1px 1px 3px 2px #499D51;">
Div content here</div>
Dieser Text ist in der Farbe #499D51 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #499D51 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #499D51.
Dieser Text ist weiß auf dem Hintergrund in Farbe #499D51.