HEX: #496D10
RGB: (73,109,16)
#496D10 enthält hauptsächlich rote und grüne Farbe. Für #496D10 ist eine «websichere» Webfarbe #336600 (oder kurz #360).
Die Farbe #496D10 wird in RGB als (73,109,16) definiert.
RGB: (73,109,16) (29%,43%,6%)
R 73 von 255 = 29%
G 109 von 255 = 43%
B 16 von 255 = 6%
R + G + B ~ 26%. #496D10 ziemlich dunkle Farbe.
R + G + B =
73 + 109 + 16 = 198 (100%)
R 73 von 198 ~ 36.87%
G 109 von 198 ~ 55.05%
B 16 von 198 ~ 8.08%
Die Farbe #496D10 wird in CMYK als (33,0,85,57) definiert.
CMYK: (33,0,85,57) C33M0Y85K57 (33%,0%,85%,57%) (0.33/0.00/0.85/0.57)
49 | 6D | 10 | |
---|---|---|---|
RGB | 73 | 109 | 16 |
HSL | 83° | 74.40% | 24.51% |
HSB/HSV | 83° | 85.32% | 42.75% |
CMYK | 33.03% | 0.00% | 85.32% |
57.25% |
Hexadezimal | 49 | 6D | 10 |
Dezimal | 73 | 109 | 16 |
Binär | 1001001 | 1101101 | 10000 |
Oktal | 111 | 155 | 20 |
Beispiele css- und html für Elemente in der Farbe #496D10. Bitte benutzen Sie auch rgb(73,109,16) statt hex-Code.
.myTextColor { color: #496D10; }
<p style="color:#496D10">This sample text font color is #496D10.</p>
Die Farbe dieses Textes ist #496D10.
.myBgColor { background-color: #496D10; }
<div style="background-color:#496D10">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #496D10.
.myBorderColor { border: 1px solid #496D10; }
<div style="border:3px solid #496D10">Div</div>
Die Grenzen von diesem div sind in Farbe #496D10.
.myOpacity80 { color: #496D10; opacity: 0.8; }
<p style="color:#496D10;opacity:0.8;">80%</p>
Text in Farbe #496D10 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496D10;}
<p style="text-shadow: 3px 3px 1px #496D10">Text here.</p>
Dieser Text hat den Schatten in Farbe #496D10.
.textShadow {text-shadow: 3px 3px 1px #496D10, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496D10, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #496D10 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496D10, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496D10, Direction=45, Strength=4)">Text</p>
This text has shadow with #496D10 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #496D10; -webkit-box-shadow: 1px 1px 3px 2px #496D10; box-shadow: 1px 1px 3px 2px #496D10; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #496D10; -webkit-box-shadow: 1px 1px 3px 2px #496D10; box-shadow:1px 1px 3px 2px #496D10;">
Div content here</div>
Dieser Text ist in der Farbe #496D10 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #496D10 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #496D10.
Dieser Text ist weiß auf dem Hintergrund in Farbe #496D10.