Shades of Green Leaf #496920
Tints of Green Leaf #496920
RGB
CMYK
RGB Variations
Color information
#496920 (or 0x496920) is known color: Green Leaf. HEX triplet: 49, 69 and 20. RGB value is (73,105,32). Sum of RGB (Red+Green+Blue) = 73+105+32=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #496920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496920 is #B696DF. Grayscale: #575757. Windows color (decimal): -11966176 or 2124105. OLE color: 2124105.
HSL color Cylindrical-coordinate representation of color #496920: hue angle of 86.3º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #496920 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 105 | 32 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.59 |
| HSL | 86.3º | 0.53% | 0.27% | - |
| HSV(B) | 86.3º | 0.7% | 0.41% | - |
| XYZ | 8.06 | 11.62 | 3.19 | - |
| YUV | 87.11 | 96.9 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 32 | 0.30 | 0 | 0.70 | 0.59 | 86.3 | 0.53 | 0.27 |
| Hex | 49 | 69 | 20 | 1E | 0 | 46 | 3B | 56 | 35 | 1B |
| Octal | 111 | 151 | 40 | 36 | 0 | 106 | 73 | 126 | 65 | 33 |
| Binary | 1001001 | 1101001 | 100000 | 11110 | 0 | 1000110 | 111011 | 1010110 | 110101 | 11011 |
Color Harmonies of #496920
Complementary color
Monochromatic Colors of #496920
Black with #496920
Text Example
Text Example
White with #496920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496920; }
p { color: rgb(73,105,32); }
H1.HeaderClassName
{
color: #496920;
}
.AnyTagClassName
{
color: #496920;
}
</style>
background-color css
<style>
a { background-color: #496920; }
a { background-color: rgb(73,105,32); }
div.DivClassName
{
background-color: #496920;
}
.BgClassName
{
background-color: #496920;
}
</style>
border-color css
<style>
span { border-color: #496920; }
span { border-color: rgb(73,105,32); }
td.TdClassName
{
border-color: #496920;
}
.TagClassName
{
border-color: #496920;
}
</style>