Shades of Green Leaf #4A7A17
Tints of Green Leaf #4A7A17
RGB
CMYK
RGB Variations
Color information
#4A7A17 (or 0x4A7A17) is known color: Green Leaf. HEX triplet: 4A, 7A and 17. RGB value is (74,122,23). Sum of RGB (Red+Green+Blue) = 74+122+23=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 122 (48.05% from 255 or 55.71% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 122 - color contains mainly: green. Hex color #4A7A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7A17 is #B585E8. Grayscale: #606060. Windows color (decimal): -11896297 or 1538634. OLE color: 1538634.
HSL color Cylindrical-coordinate representation of color #4A7A17: hue angle of 89.09º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A7A17 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 122 | 23 | - |
| CMYK | 0.39 | 0 | 0.81 | 0.52 |
| HSL | 89.09º | 0.68% | 0.28% | - |
| HSV(B) | 89.09º | 0.81% | 0.48% | - |
| XYZ | 9.94 | 15.44 | 3.27 | - |
| YUV | 96.36 | 86.6 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 122 | 23 | 0.39 | 0 | 0.81 | 0.52 | 89.09 | 0.68 | 0.28 |
| Hex | 4A | 7A | 17 | 27 | 0 | 51 | 34 | 59 | 44 | 1C |
| Octal | 112 | 172 | 27 | 47 | 0 | 121 | 64 | 131 | 104 | 34 |
| Binary | 1001010 | 1111010 | 10111 | 100111 | 0 | 1010001 | 110100 | 1011001 | 1000100 | 11100 |
Color Harmonies of #4A7A17
Complementary color
Monochromatic Colors of #4A7A17
Black with #4A7A17
Text Example
Text Example
White with #4A7A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7A17; }
p { color: rgb(74,122,23); }
H1.HeaderClassName
{
color: #4A7A17;
}
.AnyTagClassName
{
color: #4A7A17;
}
</style>
background-color css
<style>
a { background-color: #4A7A17; }
a { background-color: rgb(74,122,23); }
div.DivClassName
{
background-color: #4A7A17;
}
.BgClassName
{
background-color: #4A7A17;
}
</style>
border-color css
<style>
span { border-color: #4A7A17; }
span { border-color: rgb(74,122,23); }
td.TdClassName
{
border-color: #4A7A17;
}
.TagClassName
{
border-color: #4A7A17;
}
</style>