Shades of Green Leaf #4C7714
Tints of Green Leaf #4C7714
RGB
CMYK
RGB Variations
Color information
#4C7714 (or 0x4C7714) is known color: Green Leaf. HEX triplet: 4C, 77 and 14. RGB value is (76,119,20). Sum of RGB (Red+Green+Blue) = 76+119+20=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #4C7714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7714 is #B388EB. Grayscale: #5F5F5F. Windows color (decimal): -11765996 or 1341260. OLE color: 1341260.
HSL color Cylindrical-coordinate representation of color #4C7714: hue angle of 86.06º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C7714 is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 119 | 20 | - |
| CMYK | 0.36 | 0 | 0.83 | 0.53 |
| HSL | 86.06º | 0.71% | 0.27% | - |
| HSV(B) | 86.06º | 0.83% | 0.47% | - |
| XYZ | 9.7 | 14.78 | 3 | - |
| YUV | 94.86 | 85.75 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 119 | 20 | 0.36 | 0 | 0.83 | 0.53 | 86.06 | 0.71 | 0.27 |
| Hex | 4C | 77 | 14 | 24 | 0 | 53 | 35 | 56 | 47 | 1B |
| Octal | 114 | 167 | 24 | 44 | 0 | 123 | 65 | 126 | 107 | 33 |
| Binary | 1001100 | 1110111 | 10100 | 100100 | 0 | 1010011 | 110101 | 1010110 | 1000111 | 11011 |
Color Harmonies of #4C7714
Complementary color
Monochromatic Colors of #4C7714
Black with #4C7714
Text Example
Text Example
White with #4C7714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7714; }
p { color: rgb(76,119,20); }
H1.HeaderClassName
{
color: #4C7714;
}
.AnyTagClassName
{
color: #4C7714;
}
</style>
background-color css
<style>
a { background-color: #4C7714; }
a { background-color: rgb(76,119,20); }
div.DivClassName
{
background-color: #4C7714;
}
.BgClassName
{
background-color: #4C7714;
}
</style>
border-color css
<style>
span { border-color: #4C7714; }
span { border-color: rgb(76,119,20); }
td.TdClassName
{
border-color: #4C7714;
}
.TagClassName
{
border-color: #4C7714;
}
</style>