Shades of Green Leaf #4A720C
Tints of Green Leaf #4A720C
RGB
CMYK
RGB Variations
Color information
#4A720C (or 0x4A720C) is known color: Green Leaf. HEX triplet: 4A, 72 and 0C. RGB value is (74,114,12). Sum of RGB (Red+Green+Blue) = 74+114+12=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #4A720C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A720C is #B58DF3. Grayscale: #5A5A5A. Windows color (decimal): -11898356 or 815690. OLE color: 815690.
HSL color Cylindrical-coordinate representation of color #4A720C: hue angle of 83.53º degrees, saturation: 0.81, 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 #4A720C is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 114 | 12 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.55 |
| HSL | 83.53º | 0.81% | 0.25% | - |
| HSV(B) | 83.53º | 0.89% | 0.45% | - |
| XYZ | 8.91 | 13.52 | 2.49 | - |
| YUV | 90.41 | 83.75 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 114 | 12 | 0.35 | 0 | 0.89 | 0.55 | 83.53 | 0.81 | 0.25 |
| Hex | 4A | 72 | C | 23 | 0 | 59 | 37 | 54 | 51 | 19 |
| Octal | 112 | 162 | 14 | 43 | 0 | 131 | 67 | 124 | 121 | 31 |
| Binary | 1001010 | 1110010 | 1100 | 100011 | 0 | 1011001 | 110111 | 1010100 | 1010001 | 11001 |
Color Harmonies of #4A720C
Complementary color
Monochromatic Colors of #4A720C
Black with #4A720C
Text Example
Text Example
White with #4A720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A720C; }
p { color: rgb(74,114,12); }
H1.HeaderClassName
{
color: #4A720C;
}
.AnyTagClassName
{
color: #4A720C;
}
</style>
background-color css
<style>
a { background-color: #4A720C; }
a { background-color: rgb(74,114,12); }
div.DivClassName
{
background-color: #4A720C;
}
.BgClassName
{
background-color: #4A720C;
}
</style>
border-color css
<style>
span { border-color: #4A720C; }
span { border-color: rgb(74,114,12); }
td.TdClassName
{
border-color: #4A720C;
}
.TagClassName
{
border-color: #4A720C;
}
</style>