HEX: #49B24D
RGB: (73,178,77)
#49B24D enthält hauptsächlich grüne Farbe. Für #49B24D ist eine «websichere» Webfarbe #339933 (oder kurz #393).
Die Farbe #49B24D wird in RGB als (73,178,77) definiert.
RGB: (73,178,77) (29%,70%,30%)
R 73 von 255 = 29%
G 178 von 255 = 70%
B 77 von 255 = 30%
R + G + B ~ 43%. #49B24D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
73 + 178 + 77 = 328 (100%)
R 73 von 328 ~ 22.26%
G 178 von 328 ~ 54.27%
B 77 von 328 ~ 23.48%
Die Farbe #49B24D wird in CMYK als (59,0,57,30) definiert.
CMYK: (59,0,57,30) C59M0Y57K30 (59%,0%,57%,30%) (0.59/0.00/0.57/0.30)
49 | B2 | 4D | |
---|---|---|---|
RGB | 73 | 178 | 77 |
HSL | 122° | 41.83% | 49.22% |
HSB/HSV | 122° | 58.99% | 69.80% |
CMYK | 58.99% | 0.00% | 56.74% |
30.20% |
Hexadezimal | 49 | B2 | 4D |
Dezimal | 73 | 178 | 77 |
Binär | 1001001 | 10110010 | 1001101 |
Oktal | 111 | 262 | 115 |
Beispiele css- und html für Elemente in der Farbe #49B24D. Bitte benutzen Sie auch rgb(73,178,77) statt hex-Code.
.myTextColor { color: #49B24D; }
<p style="color:#49B24D">This sample text font color is #49B24D.</p>
Die Farbe dieses Textes ist #49B24D.
.myBgColor { background-color: #49B24D; }
<div style="background-color:#49B24D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #49B24D.
.myBorderColor { border: 1px solid #49B24D; }
<div style="border:3px solid #49B24D">Div</div>
Die Grenzen von diesem div sind in Farbe #49B24D.
.myOpacity80 { color: #49B24D; opacity: 0.8; }
<p style="color:#49B24D;opacity:0.8;">80%</p>
Text in Farbe #49B24D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49B24D;}
<p style="text-shadow: 3px 3px 1px #49B24D">Text here.</p>
Dieser Text hat den Schatten in Farbe #49B24D.
.textShadow {text-shadow: 3px 3px 1px #49B24D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49B24D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #49B24D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49B24D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49B24D, Direction=45, Strength=4)">Text</p>
This text has shadow with #49B24D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49B24D; -webkit-box-shadow: 1px 1px 3px 2px #49B24D; box-shadow: 1px 1px 3px 2px #49B24D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #49B24D; -webkit-box-shadow: 1px 1px 3px 2px #49B24D; box-shadow:1px 1px 3px 2px #49B24D;">
Div content here</div>
Dieser Text ist in der Farbe #49B24D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #49B24D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #49B24D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #49B24D.