Shades of Green Leaf #496D24
Tints of Green Leaf #496D24
RGB
CMYK
RGB Variations
Color information
#496D24 (or 0x496D24) is known color: Green Leaf. HEX triplet: 49, 6D and 24. RGB value is (73,109,36). Sum of RGB (Red+Green+Blue) = 73+109+36=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 109 (42.97% from 255 or 50% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 109 - color contains mainly: green. Hex color #496D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496D24 is #B692DB. Grayscale: #5A5A5A. Windows color (decimal): -11965148 or 2387273. OLE color: 2387273.
HSL color Cylindrical-coordinate representation of color #496D24: hue angle of 89.59º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #496D24 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 109 | 36 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.57 |
| HSL | 89.59º | 0.5% | 0.28% | - |
| HSV(B) | 89.59º | 0.67% | 0.43% | - |
| XYZ | 8.53 | 12.48 | 3.63 | - |
| YUV | 89.91 | 97.57 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 36 | 0.33 | 0 | 0.67 | 0.57 | 89.59 | 0.5 | 0.28 |
| Hex | 49 | 6D | 24 | 21 | 0 | 43 | 39 | 5A | 32 | 1C |
| Octal | 111 | 155 | 44 | 41 | 0 | 103 | 71 | 132 | 62 | 34 |
| Binary | 1001001 | 1101101 | 100100 | 100001 | 0 | 1000011 | 111001 | 1011010 | 110010 | 11100 |
Color Harmonies of #496D24
Complementary color
Monochromatic Colors of #496D24
Black with #496D24
Text Example
Text Example
White with #496D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496D24; }
p { color: rgb(73,109,36); }
H1.HeaderClassName
{
color: #496D24;
}
.AnyTagClassName
{
color: #496D24;
}
</style>
background-color css
<style>
a { background-color: #496D24; }
a { background-color: rgb(73,109,36); }
div.DivClassName
{
background-color: #496D24;
}
.BgClassName
{
background-color: #496D24;
}
</style>
border-color css
<style>
span { border-color: #496D24; }
span { border-color: rgb(73,109,36); }
td.TdClassName
{
border-color: #496D24;
}
.TagClassName
{
border-color: #496D24;
}
</style>