Shades of Green Leaf #49720D
Tints of Green Leaf #49720D
RGB
CMYK
RGB Variations
Color information
#49720D (or 0x49720D) is known color: Green Leaf. HEX triplet: 49, 72 and 0D. RGB value is (73,114,13). Sum of RGB (Red+Green+Blue) = 73+114+13=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #49720D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49720D is #B68DF2. Grayscale: #5A5A5A. Windows color (decimal): -11963891 or 881225. OLE color: 881225.
HSL color Cylindrical-coordinate representation of color #49720D: hue angle of 84.36º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49720D is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 114 | 13 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.55 |
| HSL | 84.36º | 0.8% | 0.25% | - |
| HSV(B) | 84.36º | 0.89% | 0.45% | - |
| XYZ | 8.84 | 13.48 | 2.52 | - |
| YUV | 90.23 | 84.42 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 13 | 0.36 | 0 | 0.89 | 0.55 | 84.36 | 0.8 | 0.25 |
| Hex | 49 | 72 | D | 24 | 0 | 59 | 37 | 54 | 50 | 19 |
| Octal | 111 | 162 | 15 | 44 | 0 | 131 | 67 | 124 | 120 | 31 |
| Binary | 1001001 | 1110010 | 1101 | 100100 | 0 | 1011001 | 110111 | 1010100 | 1010000 | 11001 |
Color Harmonies of #49720D
Complementary color
Monochromatic Colors of #49720D
Black with #49720D
Text Example
Text Example
White with #49720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49720D; }
p { color: rgb(73,114,13); }
H1.HeaderClassName
{
color: #49720D;
}
.AnyTagClassName
{
color: #49720D;
}
</style>
background-color css
<style>
a { background-color: #49720D; }
a { background-color: rgb(73,114,13); }
div.DivClassName
{
background-color: #49720D;
}
.BgClassName
{
background-color: #49720D;
}
</style>
border-color css
<style>
span { border-color: #49720D; }
span { border-color: rgb(73,114,13); }
td.TdClassName
{
border-color: #49720D;
}
.TagClassName
{
border-color: #49720D;
}
</style>