Shades of Green Leaf #4C7116
Tints of Green Leaf #4C7116
RGB
CMYK
RGB Variations
Color information
#4C7116 (or 0x4C7116) is known color: Green Leaf. HEX triplet: 4C, 71 and 16. RGB value is (76,113,22). Sum of RGB (Red+Green+Blue) = 76+113+22=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #4C7116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7116 is #B38EE9. Grayscale: #5B5B5B. Windows color (decimal): -11767530 or 1470796. OLE color: 1470796.
HSL color Cylindrical-coordinate representation of color #4C7116: hue angle of 84.4º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C7116 is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 113 | 22 | - |
| CMYK | 0.33 | 0 | 0.81 | 0.56 |
| HSL | 84.4º | 0.67% | 0.26% | - |
| HSV(B) | 84.4º | 0.81% | 0.44% | - |
| XYZ | 9.03 | 13.4 | 2.87 | - |
| YUV | 91.56 | 88.74 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 113 | 22 | 0.33 | 0 | 0.81 | 0.56 | 84.4 | 0.67 | 0.26 |
| Hex | 4C | 71 | 16 | 21 | 0 | 51 | 38 | 54 | 43 | 1A |
| Octal | 114 | 161 | 26 | 41 | 0 | 121 | 70 | 124 | 103 | 32 |
| Binary | 1001100 | 1110001 | 10110 | 100001 | 0 | 1010001 | 111000 | 1010100 | 1000011 | 11010 |
Color Harmonies of #4C7116
Complementary color
Monochromatic Colors of #4C7116
Black with #4C7116
Text Example
Text Example
White with #4C7116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7116; }
p { color: rgb(76,113,22); }
H1.HeaderClassName
{
color: #4C7116;
}
.AnyTagClassName
{
color: #4C7116;
}
</style>
background-color css
<style>
a { background-color: #4C7116; }
a { background-color: rgb(76,113,22); }
div.DivClassName
{
background-color: #4C7116;
}
.BgClassName
{
background-color: #4C7116;
}
</style>
border-color css
<style>
span { border-color: #4C7116; }
span { border-color: rgb(76,113,22); }
td.TdClassName
{
border-color: #4C7116;
}
.TagClassName
{
border-color: #4C7116;
}
</style>