Shades of Green Leaf #4C7112
Tints of Green Leaf #4C7112
RGB
CMYK
RGB Variations
Color information
#4C7112 (or 0x4C7112) is known color: Green Leaf. HEX triplet: 4C, 71 and 12. RGB value is (76,113,18). Sum of RGB (Red+Green+Blue) = 76+113+18=207 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.71% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #4C7112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7112 is #B38EED. Grayscale: #5B5B5B. Windows color (decimal): -11767534 or 1208652. OLE color: 1208652.
HSL color Cylindrical-coordinate representation of color #4C7112: hue angle of 83.37º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C7112 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 113 | 18 | - |
| CMYK | 0.33 | 0 | 0.84 | 0.56 |
| HSL | 83.37º | 0.73% | 0.26% | - |
| HSV(B) | 83.37º | 0.84% | 0.44% | - |
| XYZ | 8.99 | 13.39 | 2.68 | - |
| YUV | 91.11 | 86.74 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 113 | 18 | 0.33 | 0 | 0.84 | 0.56 | 83.37 | 0.73 | 0.26 |
| Hex | 4C | 71 | 12 | 21 | 0 | 54 | 38 | 53 | 49 | 1A |
| Octal | 114 | 161 | 22 | 41 | 0 | 124 | 70 | 123 | 111 | 32 |
| Binary | 1001100 | 1110001 | 10010 | 100001 | 0 | 1010100 | 111000 | 1010011 | 1001001 | 11010 |
Color Harmonies of #4C7112
Complementary color
Monochromatic Colors of #4C7112
Black with #4C7112
Text Example
Text Example
White with #4C7112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7112; }
p { color: rgb(76,113,18); }
H1.HeaderClassName
{
color: #4C7112;
}
.AnyTagClassName
{
color: #4C7112;
}
</style>
background-color css
<style>
a { background-color: #4C7112; }
a { background-color: rgb(76,113,18); }
div.DivClassName
{
background-color: #4C7112;
}
.BgClassName
{
background-color: #4C7112;
}
</style>
border-color css
<style>
span { border-color: #4C7112; }
span { border-color: rgb(76,113,18); }
td.TdClassName
{
border-color: #4C7112;
}
.TagClassName
{
border-color: #4C7112;
}
</style>