Shades of Green Leaf #496D20
Tints of Green Leaf #496D20
RGB
CMYK
RGB Variations
Color information
#496D20 (or 0x496D20) is known color: Green Leaf. HEX triplet: 49, 6D and 20. RGB value is (73,109,32). Sum of RGB (Red+Green+Blue) = 73+109+32=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 109 (42.97% from 255 or 50.93% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 109 - color contains mainly: green. Hex color #496D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496D20 is #B692DF. Grayscale: #595959. Windows color (decimal): -11965152 or 2125129. OLE color: 2125129.
HSL color Cylindrical-coordinate representation of color #496D20: hue angle of 88.05º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #496D20 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 109 | 32 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.57 |
| HSL | 88.05º | 0.55% | 0.28% | - |
| HSV(B) | 88.05º | 0.71% | 0.43% | - |
| XYZ | 8.48 | 12.46 | 3.32 | - |
| YUV | 89.46 | 95.57 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 32 | 0.33 | 0 | 0.71 | 0.57 | 88.05 | 0.55 | 0.28 |
| Hex | 49 | 6D | 20 | 21 | 0 | 47 | 39 | 58 | 37 | 1C |
| Octal | 111 | 155 | 40 | 41 | 0 | 107 | 71 | 130 | 67 | 34 |
| Binary | 1001001 | 1101101 | 100000 | 100001 | 0 | 1000111 | 111001 | 1011000 | 110111 | 11100 |
Color Harmonies of #496D20
Complementary color
Monochromatic Colors of #496D20
Black with #496D20
Text Example
Text Example
White with #496D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496D20; }
p { color: rgb(73,109,32); }
H1.HeaderClassName
{
color: #496D20;
}
.AnyTagClassName
{
color: #496D20;
}
</style>
background-color css
<style>
a { background-color: #496D20; }
a { background-color: rgb(73,109,32); }
div.DivClassName
{
background-color: #496D20;
}
.BgClassName
{
background-color: #496D20;
}
</style>
border-color css
<style>
span { border-color: #496D20; }
span { border-color: rgb(73,109,32); }
td.TdClassName
{
border-color: #496D20;
}
.TagClassName
{
border-color: #496D20;
}
</style>