Shades of Green Leaf #4C700E
Tints of Green Leaf #4C700E
RGB
CMYK
RGB Variations
Color information
#4C700E (or 0x4C700E) is known color: Green Leaf. HEX triplet: 4C, 70 and 0E. RGB value is (76,112,14). Sum of RGB (Red+Green+Blue) = 76+112+14=202 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.62% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #4C700E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C700E is #B38FF1. Grayscale: #5A5A5A. Windows color (decimal): -11767794 or 946252. OLE color: 946252.
HSL color Cylindrical-coordinate representation of color #4C700E: hue angle of 82.04º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C700E is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 112 | 14 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.56 |
| HSL | 82.04º | 0.78% | 0.25% | - |
| HSV(B) | 82.04º | 0.88% | 0.44% | - |
| XYZ | 8.85 | 13.16 | 2.49 | - |
| YUV | 90.06 | 85.07 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 112 | 14 | 0.32 | 0 | 0.88 | 0.56 | 82.04 | 0.78 | 0.25 |
| Hex | 4C | 70 | E | 20 | 0 | 58 | 38 | 52 | 4E | 19 |
| Octal | 114 | 160 | 16 | 40 | 0 | 130 | 70 | 122 | 116 | 31 |
| Binary | 1001100 | 1110000 | 1110 | 100000 | 0 | 1011000 | 111000 | 1010010 | 1001110 | 11001 |
Color Harmonies of #4C700E
Complementary color
Monochromatic Colors of #4C700E
Black with #4C700E
Text Example
Text Example
White with #4C700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C700E; }
p { color: rgb(76,112,14); }
H1.HeaderClassName
{
color: #4C700E;
}
.AnyTagClassName
{
color: #4C700E;
}
</style>
background-color css
<style>
a { background-color: #4C700E; }
a { background-color: rgb(76,112,14); }
div.DivClassName
{
background-color: #4C700E;
}
.BgClassName
{
background-color: #4C700E;
}
</style>
border-color css
<style>
span { border-color: #4C700E; }
span { border-color: rgb(76,112,14); }
td.TdClassName
{
border-color: #4C700E;
}
.TagClassName
{
border-color: #4C700E;
}
</style>