Shades of Green Leaf #4C720D
Tints of Green Leaf #4C720D
RGB
CMYK
RGB Variations
Color information
#4C720D (or 0x4C720D) is known color: Green Leaf. HEX triplet: 4C, 72 and 0D. RGB value is (76,114,13). Sum of RGB (Red+Green+Blue) = 76+114+13=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #4C720D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C720D is #B38DF2. Grayscale: #5B5B5B. Windows color (decimal): -11767283 or 881228. OLE color: 881228.
HSL color Cylindrical-coordinate representation of color #4C720D: hue angle of 82.57º 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 #4C720D is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 114 | 13 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.55 |
| HSL | 82.57º | 0.8% | 0.25% | - |
| HSV(B) | 82.57º | 0.89% | 0.45% | - |
| XYZ | 9.07 | 13.6 | 2.53 | - |
| YUV | 91.12 | 83.91 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 114 | 13 | 0.33 | 0 | 0.89 | 0.55 | 82.57 | 0.8 | 0.25 |
| Hex | 4C | 72 | D | 21 | 0 | 59 | 37 | 53 | 50 | 19 |
| Octal | 114 | 162 | 15 | 41 | 0 | 131 | 67 | 123 | 120 | 31 |
| Binary | 1001100 | 1110010 | 1101 | 100001 | 0 | 1011001 | 110111 | 1010011 | 1010000 | 11001 |
Color Harmonies of #4C720D
Complementary color
Monochromatic Colors of #4C720D
Black with #4C720D
Text Example
Text Example
White with #4C720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C720D; }
p { color: rgb(76,114,13); }
H1.HeaderClassName
{
color: #4C720D;
}
.AnyTagClassName
{
color: #4C720D;
}
</style>
background-color css
<style>
a { background-color: #4C720D; }
a { background-color: rgb(76,114,13); }
div.DivClassName
{
background-color: #4C720D;
}
.BgClassName
{
background-color: #4C720D;
}
</style>
border-color css
<style>
span { border-color: #4C720D; }
span { border-color: rgb(76,114,13); }
td.TdClassName
{
border-color: #4C720D;
}
.TagClassName
{
border-color: #4C720D;
}
</style>