Shades of Green Leaf #4A7222
Tints of Green Leaf #4A7222
RGB
CMYK
RGB Variations
Color information
#4A7222 (or 0x4A7222) is known color: Green Leaf. HEX triplet: 4A, 72 and 22. RGB value is (74,114,34). Sum of RGB (Red+Green+Blue) = 74+114+34=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #4A7222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7222 is #B58DDD. Grayscale: #5D5D5D. Windows color (decimal): -11898334 or 2257482. OLE color: 2257482.
HSL color Cylindrical-coordinate representation of color #4A7222: hue angle of 90º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A7222 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 114 | 34 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.55 |
| HSL | 90º | 0.54% | 0.29% | - |
| HSV(B) | 90º | 0.7% | 0.45% | - |
| XYZ | 9.13 | 13.61 | 3.66 | - |
| YUV | 92.92 | 94.75 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 114 | 34 | 0.35 | 0 | 0.70 | 0.55 | 90 | 0.54 | 0.29 |
| Hex | 4A | 72 | 22 | 23 | 0 | 46 | 37 | 5A | 36 | 1D |
| Octal | 112 | 162 | 42 | 43 | 0 | 106 | 67 | 132 | 66 | 35 |
| Binary | 1001010 | 1110010 | 100010 | 100011 | 0 | 1000110 | 110111 | 1011010 | 110110 | 11101 |
Color Harmonies of #4A7222
Complementary color
Monochromatic Colors of #4A7222
Black with #4A7222
Text Example
Text Example
White with #4A7222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7222; }
p { color: rgb(74,114,34); }
H1.HeaderClassName
{
color: #4A7222;
}
.AnyTagClassName
{
color: #4A7222;
}
</style>
background-color css
<style>
a { background-color: #4A7222; }
a { background-color: rgb(74,114,34); }
div.DivClassName
{
background-color: #4A7222;
}
.BgClassName
{
background-color: #4A7222;
}
</style>
border-color css
<style>
span { border-color: #4A7222; }
span { border-color: rgb(74,114,34); }
td.TdClassName
{
border-color: #4A7222;
}
.TagClassName
{
border-color: #4A7222;
}
</style>