Shades of Green Leaf #4A7422
Tints of Green Leaf #4A7422
RGB
CMYK
RGB Variations
Color information
#4A7422 (or 0x4A7422) is known color: Green Leaf. HEX triplet: 4A, 74 and 22. RGB value is (74,116,34). Sum of RGB (Red+Green+Blue) = 74+116+34=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #4A7422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7422 is #B58BDD. Grayscale: #5E5E5E. Windows color (decimal): -11897822 or 2257994. OLE color: 2257994.
HSL color Cylindrical-coordinate representation of color #4A7422: hue angle of 90.73º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A7422 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 116 | 34 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.55 |
| HSL | 90.73º | 0.55% | 0.29% | - |
| HSV(B) | 90.73º | 0.71% | 0.45% | - |
| XYZ | 9.36 | 14.06 | 3.73 | - |
| YUV | 94.09 | 94.09 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 116 | 34 | 0.36 | 0 | 0.71 | 0.55 | 90.73 | 0.55 | 0.29 |
| Hex | 4A | 74 | 22 | 24 | 0 | 47 | 37 | 5B | 37 | 1D |
| Octal | 112 | 164 | 42 | 44 | 0 | 107 | 67 | 133 | 67 | 35 |
| Binary | 1001010 | 1110100 | 100010 | 100100 | 0 | 1000111 | 110111 | 1011011 | 110111 | 11101 |
Color Harmonies of #4A7422
Complementary color
Monochromatic Colors of #4A7422
Black with #4A7422
Text Example
Text Example
White with #4A7422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7422; }
p { color: rgb(74,116,34); }
H1.HeaderClassName
{
color: #4A7422;
}
.AnyTagClassName
{
color: #4A7422;
}
</style>
background-color css
<style>
a { background-color: #4A7422; }
a { background-color: rgb(74,116,34); }
div.DivClassName
{
background-color: #4A7422;
}
.BgClassName
{
background-color: #4A7422;
}
</style>
border-color css
<style>
span { border-color: #4A7422; }
span { border-color: rgb(74,116,34); }
td.TdClassName
{
border-color: #4A7422;
}
.TagClassName
{
border-color: #4A7422;
}
</style>