Shades of Green Leaf #49720E
Tints of Green Leaf #49720E
RGB
CMYK
RGB Variations
Color information
#49720E (or 0x49720E) is known color: Green Leaf. HEX triplet: 49, 72 and 0E. RGB value is (73,114,14). Sum of RGB (Red+Green+Blue) = 73+114+14=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #49720E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49720E is #B68DF1. Grayscale: #5A5A5A. Windows color (decimal): -11963890 or 946761. OLE color: 946761.
HSL color Cylindrical-coordinate representation of color #49720E: hue angle of 84.6º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49720E is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 114 | 14 | - |
| CMYK | 0.36 | 0 | 0.88 | 0.55 |
| HSL | 84.6º | 0.78% | 0.25% | - |
| HSV(B) | 84.6º | 0.88% | 0.45% | - |
| XYZ | 8.84 | 13.48 | 2.55 | - |
| YUV | 90.34 | 84.92 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 14 | 0.36 | 0 | 0.88 | 0.55 | 84.6 | 0.78 | 0.25 |
| Hex | 49 | 72 | E | 24 | 0 | 58 | 37 | 55 | 4E | 19 |
| Octal | 111 | 162 | 16 | 44 | 0 | 130 | 67 | 125 | 116 | 31 |
| Binary | 1001001 | 1110010 | 1110 | 100100 | 0 | 1011000 | 110111 | 1010101 | 1001110 | 11001 |
Color Harmonies of #49720E
Complementary color
Monochromatic Colors of #49720E
Black with #49720E
Text Example
Text Example
White with #49720E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49720E; }
p { color: rgb(73,114,14); }
H1.HeaderClassName
{
color: #49720E;
}
.AnyTagClassName
{
color: #49720E;
}
</style>
background-color css
<style>
a { background-color: #49720E; }
a { background-color: rgb(73,114,14); }
div.DivClassName
{
background-color: #49720E;
}
.BgClassName
{
background-color: #49720E;
}
</style>
border-color css
<style>
span { border-color: #49720E; }
span { border-color: rgb(73,114,14); }
td.TdClassName
{
border-color: #49720E;
}
.TagClassName
{
border-color: #49720E;
}
</style>