Shades of Green Leaf #4C7013
Tints of Green Leaf #4C7013
RGB
CMYK
RGB Variations
Color information
#4C7013 (or 0x4C7013) is known color: Green Leaf. HEX triplet: 4C, 70 and 13. RGB value is (76,112,19). Sum of RGB (Red+Green+Blue) = 76+112+19=207 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.71% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #4C7013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7013 is #B38FEC. Grayscale: #5A5A5A. Windows color (decimal): -11767789 or 1273932. OLE color: 1273932.
HSL color Cylindrical-coordinate representation of color #4C7013: hue angle of 83.23º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C7013 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 112 | 19 | - |
| CMYK | 0.32 | 0 | 0.83 | 0.56 |
| HSL | 83.23º | 0.71% | 0.26% | - |
| HSV(B) | 83.23º | 0.83% | 0.44% | - |
| XYZ | 8.89 | 13.17 | 2.69 | - |
| YUV | 90.63 | 87.57 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 112 | 19 | 0.32 | 0 | 0.83 | 0.56 | 83.23 | 0.71 | 0.26 |
| Hex | 4C | 70 | 13 | 20 | 0 | 53 | 38 | 53 | 47 | 1A |
| Octal | 114 | 160 | 23 | 40 | 0 | 123 | 70 | 123 | 107 | 32 |
| Binary | 1001100 | 1110000 | 10011 | 100000 | 0 | 1010011 | 111000 | 1010011 | 1000111 | 11010 |
Color Harmonies of #4C7013
Complementary color
Monochromatic Colors of #4C7013
Black with #4C7013
Text Example
Text Example
White with #4C7013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7013; }
p { color: rgb(76,112,19); }
H1.HeaderClassName
{
color: #4C7013;
}
.AnyTagClassName
{
color: #4C7013;
}
</style>
background-color css
<style>
a { background-color: #4C7013; }
a { background-color: rgb(76,112,19); }
div.DivClassName
{
background-color: #4C7013;
}
.BgClassName
{
background-color: #4C7013;
}
</style>
border-color css
<style>
span { border-color: #4C7013; }
span { border-color: rgb(76,112,19); }
td.TdClassName
{
border-color: #4C7013;
}
.TagClassName
{
border-color: #4C7013;
}
</style>