HEX: #4C992D
RGB: (76,153,45)
#4C992D enthält hauptsächlich grüne Farbe. Für #4C992D ist eine «websichere» Webfarbe #339933 (oder kurz #393).
Die Farbe #4C992D wird in RGB als (76,153,45) definiert.
RGB: (76,153,45) (30%,60%,18%)
R 76 von 255 = 30%
G 153 von 255 = 60%
B 45 von 255 = 18%
R + G + B ~ 36%. #4C992D ziemlich dunkle Farbe.
R + G + B =
76 + 153 + 45 = 274 (100%)
R 76 von 274 ~ 27.74%
G 153 von 274 ~ 55.84%
B 45 von 274 ~ 16.42%
Die Farbe #4C992D wird in CMYK als (50,0,71,40) definiert.
CMYK: (50,0,71,40) C50M0Y71K40 (50%,0%,71%,40%) (0.50/0.00/0.71/0.40)
4C | 99 | 2D | |
---|---|---|---|
RGB | 76 | 153 | 45 |
HSL | 103° | 54.55% | 38.82% |
HSB/HSV | 103° | 70.59% | 60.00% |
CMYK | 50.33% | 0.00% | 70.59% |
40.00% |
Hexadezimal | 4C | 99 | 2D |
Dezimal | 76 | 153 | 45 |
Binär | 1001100 | 10011001 | 101101 |
Oktal | 114 | 231 | 55 |
Beispiele css- und html für Elemente in der Farbe #4C992D. Bitte benutzen Sie auch rgb(76,153,45) statt hex-Code.
.myTextColor { color: #4C992D; }
<p style="color:#4C992D">This sample text font color is #4C992D.</p>
Die Farbe dieses Textes ist #4C992D.
.myBgColor { background-color: #4C992D; }
<div style="background-color:#4C992D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C992D.
.myBorderColor { border: 1px solid #4C992D; }
<div style="border:3px solid #4C992D">Div</div>
Die Grenzen von diesem div sind in Farbe #4C992D.
.myOpacity80 { color: #4C992D; opacity: 0.8; }
<p style="color:#4C992D;opacity:0.8;">80%</p>
Text in Farbe #4C992D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C992D;}
<p style="text-shadow: 3px 3px 1px #4C992D">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C992D.
.textShadow {text-shadow: 3px 3px 1px #4C992D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C992D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C992D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C992D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C992D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C992D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4C992D; -webkit-box-shadow: 1px 1px 3px 2px #4C992D; box-shadow: 1px 1px 3px 2px #4C992D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4C992D; -webkit-box-shadow: 1px 1px 3px 2px #4C992D; box-shadow:1px 1px 3px 2px #4C992D;">
Div content here</div>
Dieser Text ist in der Farbe #4C992D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C992D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C992D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C992D.