Shades of Green Leaf #4C7917
Tints of Green Leaf #4C7917
RGB
CMYK
RGB Variations
Color information
#4C7917 (or 0x4C7917) is known color: Green Leaf. HEX triplet: 4C, 79 and 17. RGB value is (76,121,23). Sum of RGB (Red+Green+Blue) = 76+121+23=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #4C7917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7917 is #B386E8. Grayscale: #606060. Windows color (decimal): -11765481 or 1538380. OLE color: 1538380.
HSL color Cylindrical-coordinate representation of color #4C7917: hue angle of 87.55º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C7917 is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 121 | 23 | - |
| CMYK | 0.37 | 0 | 0.81 | 0.53 |
| HSL | 87.55º | 0.68% | 0.28% | - |
| HSV(B) | 87.55º | 0.81% | 0.47% | - |
| XYZ | 9.97 | 15.27 | 3.23 | - |
| YUV | 96.37 | 86.59 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 121 | 23 | 0.37 | 0 | 0.81 | 0.53 | 87.55 | 0.68 | 0.28 |
| Hex | 4C | 79 | 17 | 25 | 0 | 51 | 35 | 58 | 44 | 1C |
| Octal | 114 | 171 | 27 | 45 | 0 | 121 | 65 | 130 | 104 | 34 |
| Binary | 1001100 | 1111001 | 10111 | 100101 | 0 | 1010001 | 110101 | 1011000 | 1000100 | 11100 |
Color Harmonies of #4C7917
Complementary color
Monochromatic Colors of #4C7917
Black with #4C7917
Text Example
Text Example
White with #4C7917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7917; }
p { color: rgb(76,121,23); }
H1.HeaderClassName
{
color: #4C7917;
}
.AnyTagClassName
{
color: #4C7917;
}
</style>
background-color css
<style>
a { background-color: #4C7917; }
a { background-color: rgb(76,121,23); }
div.DivClassName
{
background-color: #4C7917;
}
.BgClassName
{
background-color: #4C7917;
}
</style>
border-color css
<style>
span { border-color: #4C7917; }
span { border-color: rgb(76,121,23); }
td.TdClassName
{
border-color: #4C7917;
}
.TagClassName
{
border-color: #4C7917;
}
</style>