Shades of Green Leaf #4A720E
Tints of Green Leaf #4A720E
RGB
CMYK
RGB Variations
Color information
#4A720E (or 0x4A720E) is known color: Green Leaf. HEX triplet: 4A, 72 and 0E. RGB value is (74,114,14). Sum of RGB (Red+Green+Blue) = 74+114+14=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #4A720E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A720E is #B58DF1. Grayscale: #5B5B5B. Windows color (decimal): -11898354 or 946762. OLE color: 946762.
HSL color Cylindrical-coordinate representation of color #4A720E: hue angle of 84º 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 #4A720E is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 114 | 14 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.55 |
| HSL | 84º | 0.78% | 0.25% | - |
| HSV(B) | 84º | 0.88% | 0.45% | - |
| XYZ | 8.92 | 13.52 | 2.56 | - |
| YUV | 90.64 | 84.75 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 114 | 14 | 0.35 | 0 | 0.88 | 0.55 | 84 | 0.78 | 0.25 |
| Hex | 4A | 72 | E | 23 | 0 | 58 | 37 | 54 | 4E | 19 |
| Octal | 112 | 162 | 16 | 43 | 0 | 130 | 67 | 124 | 116 | 31 |
| Binary | 1001010 | 1110010 | 1110 | 100011 | 0 | 1011000 | 110111 | 1010100 | 1001110 | 11001 |
Color Harmonies of #4A720E
Complementary color
Monochromatic Colors of #4A720E
Black with #4A720E
Text Example
Text Example
White with #4A720E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A720E; }
p { color: rgb(74,114,14); }
H1.HeaderClassName
{
color: #4A720E;
}
.AnyTagClassName
{
color: #4A720E;
}
</style>
background-color css
<style>
a { background-color: #4A720E; }
a { background-color: rgb(74,114,14); }
div.DivClassName
{
background-color: #4A720E;
}
.BgClassName
{
background-color: #4A720E;
}
</style>
border-color css
<style>
span { border-color: #4A720E; }
span { border-color: rgb(74,114,14); }
td.TdClassName
{
border-color: #4A720E;
}
.TagClassName
{
border-color: #4A720E;
}
</style>