Shades of Green Leaf #496D14
Tints of Green Leaf #496D14
RGB
CMYK
RGB Variations
Color information
#496D14 (or 0x496D14) is known color: Green Leaf. HEX triplet: 49, 6D and 14. RGB value is (73,109,20). Sum of RGB (Red+Green+Blue) = 73+109+20=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 109 (42.97% from 255 or 53.96% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 109 - color contains mainly: green. Hex color #496D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496D14 is #B692EB. Grayscale: #585858. Windows color (decimal): -11965164 or 1338697. OLE color: 1338697.
HSL color Cylindrical-coordinate representation of color #496D14: hue angle of 84.27º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #496D14 is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 109 | 20 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.57 |
| HSL | 84.27º | 0.69% | 0.25% | - |
| HSV(B) | 84.27º | 0.82% | 0.43% | - |
| XYZ | 8.34 | 12.4 | 2.62 | - |
| YUV | 88.09 | 89.57 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 20 | 0.33 | 0 | 0.82 | 0.57 | 84.27 | 0.69 | 0.25 |
| Hex | 49 | 6D | 14 | 21 | 0 | 52 | 39 | 54 | 45 | 19 |
| Octal | 111 | 155 | 24 | 41 | 0 | 122 | 71 | 124 | 105 | 31 |
| Binary | 1001001 | 1101101 | 10100 | 100001 | 0 | 1010010 | 111001 | 1010100 | 1000101 | 11001 |
Color Harmonies of #496D14
Complementary color
Monochromatic Colors of #496D14
Black with #496D14
Text Example
Text Example
White with #496D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496D14; }
p { color: rgb(73,109,20); }
H1.HeaderClassName
{
color: #496D14;
}
.AnyTagClassName
{
color: #496D14;
}
</style>
background-color css
<style>
a { background-color: #496D14; }
a { background-color: rgb(73,109,20); }
div.DivClassName
{
background-color: #496D14;
}
.BgClassName
{
background-color: #496D14;
}
</style>
border-color css
<style>
span { border-color: #496D14; }
span { border-color: rgb(73,109,20); }
td.TdClassName
{
border-color: #496D14;
}
.TagClassName
{
border-color: #496D14;
}
</style>