Shades of Green Leaf #4A720F
Tints of Green Leaf #4A720F
RGB
CMYK
RGB Variations
Color information
#4A720F (or 0x4A720F) is known color: Green Leaf. HEX triplet: 4A, 72 and 0F. RGB value is (74,114,15). Sum of RGB (Red+Green+Blue) = 74+114+15=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #4A720F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A720F is #B58DF0. Grayscale: #5B5B5B. Windows color (decimal): -11898353 or 1012298. OLE color: 1012298.
HSL color Cylindrical-coordinate representation of color #4A720F: hue angle of 84.24º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A720F is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 114 | 15 | - |
| CMYK | 0.35 | 0 | 0.87 | 0.55 |
| HSL | 84.24º | 0.77% | 0.25% | - |
| HSV(B) | 84.24º | 0.87% | 0.45% | - |
| XYZ | 8.93 | 13.52 | 2.59 | - |
| YUV | 90.75 | 85.25 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 114 | 15 | 0.35 | 0 | 0.87 | 0.55 | 84.24 | 0.77 | 0.25 |
| Hex | 4A | 72 | F | 23 | 0 | 57 | 37 | 54 | 4D | 19 |
| Octal | 112 | 162 | 17 | 43 | 0 | 127 | 67 | 124 | 115 | 31 |
| Binary | 1001010 | 1110010 | 1111 | 100011 | 0 | 1010111 | 110111 | 1010100 | 1001101 | 11001 |
Color Harmonies of #4A720F
Complementary color
Monochromatic Colors of #4A720F
Black with #4A720F
Text Example
Text Example
White with #4A720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A720F; }
p { color: rgb(74,114,15); }
H1.HeaderClassName
{
color: #4A720F;
}
.AnyTagClassName
{
color: #4A720F;
}
</style>
background-color css
<style>
a { background-color: #4A720F; }
a { background-color: rgb(74,114,15); }
div.DivClassName
{
background-color: #4A720F;
}
.BgClassName
{
background-color: #4A720F;
}
</style>
border-color css
<style>
span { border-color: #4A720F; }
span { border-color: rgb(74,114,15); }
td.TdClassName
{
border-color: #4A720F;
}
.TagClassName
{
border-color: #4A720F;
}
</style>