Shades of Green Leaf #496E23
Tints of Green Leaf #496E23
RGB
CMYK
RGB Variations
Color information
#496E23 (or 0x496E23) is known color: Green Leaf. HEX triplet: 49, 6E and 23. RGB value is (73,110,35). Sum of RGB (Red+Green+Blue) = 73+110+35=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 110 (43.36% from 255 or 50.46% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 110 - color contains mainly: green. Hex color #496E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496E23 is #B691DC. Grayscale: #5A5A5A. Windows color (decimal): -11964893 or 2321993. OLE color: 2321993.
HSL color Cylindrical-coordinate representation of color #496E23: hue angle of 89.6º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #496E23 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 110 | 35 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.57 |
| HSL | 89.6º | 0.52% | 0.28% | - |
| HSV(B) | 89.6º | 0.68% | 0.43% | - |
| XYZ | 8.63 | 12.69 | 3.58 | - |
| YUV | 90.39 | 96.74 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 110 | 35 | 0.34 | 0 | 0.68 | 0.57 | 89.6 | 0.52 | 0.28 |
| Hex | 49 | 6E | 23 | 22 | 0 | 44 | 39 | 5A | 34 | 1C |
| Octal | 111 | 156 | 43 | 42 | 0 | 104 | 71 | 132 | 64 | 34 |
| Binary | 1001001 | 1101110 | 100011 | 100010 | 0 | 1000100 | 111001 | 1011010 | 110100 | 11100 |
Color Harmonies of #496E23
Complementary color
Monochromatic Colors of #496E23
Black with #496E23
Text Example
Text Example
White with #496E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496E23; }
p { color: rgb(73,110,35); }
H1.HeaderClassName
{
color: #496E23;
}
.AnyTagClassName
{
color: #496E23;
}
</style>
background-color css
<style>
a { background-color: #496E23; }
a { background-color: rgb(73,110,35); }
div.DivClassName
{
background-color: #496E23;
}
.BgClassName
{
background-color: #496E23;
}
</style>
border-color css
<style>
span { border-color: #496E23; }
span { border-color: rgb(73,110,35); }
td.TdClassName
{
border-color: #496E23;
}
.TagClassName
{
border-color: #496E23;
}
</style>