Shades of Green Leaf #4C7914
Tints of Green Leaf #4C7914
RGB
CMYK
RGB Variations
Color information
#4C7914 (or 0x4C7914) is known color: Green Leaf. HEX triplet: 4C, 79 and 14. RGB value is (76,121,20). Sum of RGB (Red+Green+Blue) = 76+121+20=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 121 (47.66% from 255 or 55.76% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 121 - color contains mainly: green. Hex color #4C7914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7914 is #B386EB. Grayscale: #606060. Windows color (decimal): -11765484 or 1341772. OLE color: 1341772.
HSL color Cylindrical-coordinate representation of color #4C7914: hue angle of 86.73º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C7914 is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 121 | 20 | - |
| CMYK | 0.37 | 0 | 0.83 | 0.53 |
| HSL | 86.73º | 0.72% | 0.28% | - |
| HSV(B) | 86.73º | 0.83% | 0.47% | - |
| XYZ | 9.94 | 15.26 | 3.08 | - |
| YUV | 96.03 | 85.09 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 121 | 20 | 0.37 | 0 | 0.83 | 0.53 | 86.73 | 0.72 | 0.28 |
| Hex | 4C | 79 | 14 | 25 | 0 | 53 | 35 | 57 | 48 | 1C |
| Octal | 114 | 171 | 24 | 45 | 0 | 123 | 65 | 127 | 110 | 34 |
| Binary | 1001100 | 1111001 | 10100 | 100101 | 0 | 1010011 | 110101 | 1010111 | 1001000 | 11100 |
Color Harmonies of #4C7914
Complementary color
Monochromatic Colors of #4C7914
Black with #4C7914
Text Example
Text Example
White with #4C7914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7914; }
p { color: rgb(76,121,20); }
H1.HeaderClassName
{
color: #4C7914;
}
.AnyTagClassName
{
color: #4C7914;
}
</style>
background-color css
<style>
a { background-color: #4C7914; }
a { background-color: rgb(76,121,20); }
div.DivClassName
{
background-color: #4C7914;
}
.BgClassName
{
background-color: #4C7914;
}
</style>
border-color css
<style>
span { border-color: #4C7914; }
span { border-color: rgb(76,121,20); }
td.TdClassName
{
border-color: #4C7914;
}
.TagClassName
{
border-color: #4C7914;
}
</style>