Shades of Green Leaf #4C7519
Tints of Green Leaf #4C7519
RGB
CMYK
RGB Variations
Color information
#4C7519 (or 0x4C7519) is known color: Green Leaf. HEX triplet: 4C, 75 and 19. RGB value is (76,117,25). Sum of RGB (Red+Green+Blue) = 76+117+25=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #4C7519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7519 is #B38AE6. Grayscale: #5E5E5E. Windows color (decimal): -11766503 or 1668428. OLE color: 1668428.
HSL color Cylindrical-coordinate representation of color #4C7519: hue angle of 86.74º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C7519 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 117 | 25 | - |
| CMYK | 0.35 | 0 | 0.79 | 0.54 |
| HSL | 86.74º | 0.65% | 0.28% | - |
| HSV(B) | 86.74º | 0.79% | 0.46% | - |
| XYZ | 9.52 | 14.33 | 3.18 | - |
| YUV | 94.25 | 88.92 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 117 | 25 | 0.35 | 0 | 0.79 | 0.54 | 86.74 | 0.65 | 0.28 |
| Hex | 4C | 75 | 19 | 23 | 0 | 4F | 36 | 57 | 41 | 1C |
| Octal | 114 | 165 | 31 | 43 | 0 | 117 | 66 | 127 | 101 | 34 |
| Binary | 1001100 | 1110101 | 11001 | 100011 | 0 | 1001111 | 110110 | 1010111 | 1000001 | 11100 |
Color Harmonies of #4C7519
Complementary color
Monochromatic Colors of #4C7519
Black with #4C7519
Text Example
Text Example
White with #4C7519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7519; }
p { color: rgb(76,117,25); }
H1.HeaderClassName
{
color: #4C7519;
}
.AnyTagClassName
{
color: #4C7519;
}
</style>
background-color css
<style>
a { background-color: #4C7519; }
a { background-color: rgb(76,117,25); }
div.DivClassName
{
background-color: #4C7519;
}
.BgClassName
{
background-color: #4C7519;
}
</style>
border-color css
<style>
span { border-color: #4C7519; }
span { border-color: rgb(76,117,25); }
td.TdClassName
{
border-color: #4C7519;
}
.TagClassName
{
border-color: #4C7519;
}
</style>