Shades of Green Leaf #496D13
Tints of Green Leaf #496D13
RGB
CMYK
RGB Variations
Color information
#496D13 (or 0x496D13) is known color: Green Leaf. HEX triplet: 49, 6D and 13. RGB value is (73,109,19). Sum of RGB (Red+Green+Blue) = 73+109+19=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 109 (42.97% from 255 or 54.23% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 109 - color contains mainly: green. Hex color #496D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496D13 is #B692EC. Grayscale: #585858. Windows color (decimal): -11965165 or 1273161. OLE color: 1273161.
HSL color Cylindrical-coordinate representation of color #496D13: hue angle of 84º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #496D13 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 109 | 19 | - |
| CMYK | 0.33 | 0 | 0.83 | 0.57 |
| HSL | 84º | 0.7% | 0.25% | - |
| HSV(B) | 84º | 0.83% | 0.43% | - |
| XYZ | 8.33 | 12.4 | 2.57 | - |
| YUV | 87.98 | 89.07 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 19 | 0.33 | 0 | 0.83 | 0.57 | 84 | 0.7 | 0.25 |
| Hex | 49 | 6D | 13 | 21 | 0 | 53 | 39 | 54 | 46 | 19 |
| Octal | 111 | 155 | 23 | 41 | 0 | 123 | 71 | 124 | 106 | 31 |
| Binary | 1001001 | 1101101 | 10011 | 100001 | 0 | 1010011 | 111001 | 1010100 | 1000110 | 11001 |
Color Harmonies of #496D13
Complementary color
Monochromatic Colors of #496D13
Black with #496D13
Text Example
Text Example
White with #496D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496D13; }
p { color: rgb(73,109,19); }
H1.HeaderClassName
{
color: #496D13;
}
.AnyTagClassName
{
color: #496D13;
}
</style>
background-color css
<style>
a { background-color: #496D13; }
a { background-color: rgb(73,109,19); }
div.DivClassName
{
background-color: #496D13;
}
.BgClassName
{
background-color: #496D13;
}
</style>
border-color css
<style>
span { border-color: #496D13; }
span { border-color: rgb(73,109,19); }
td.TdClassName
{
border-color: #496D13;
}
.TagClassName
{
border-color: #496D13;
}
</style>