Shades of Green Leaf #4C700F
Tints of Green Leaf #4C700F
RGB
CMYK
RGB Variations
Color information
#4C700F (or 0x4C700F) is known color: Green Leaf. HEX triplet: 4C, 70 and 0F. RGB value is (76,112,15). Sum of RGB (Red+Green+Blue) = 76+112+15=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #4C700F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C700F is #B38FF0. Grayscale: #5A5A5A. Windows color (decimal): -11767793 or 1011788. OLE color: 1011788.
HSL color Cylindrical-coordinate representation of color #4C700F: hue angle of 82.27º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C700F is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 112 | 15 | - |
| CMYK | 0.32 | 0 | 0.87 | 0.56 |
| HSL | 82.27º | 0.76% | 0.25% | - |
| HSV(B) | 82.27º | 0.87% | 0.44% | - |
| XYZ | 8.86 | 13.16 | 2.52 | - |
| YUV | 90.18 | 85.57 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 112 | 15 | 0.32 | 0 | 0.87 | 0.56 | 82.27 | 0.76 | 0.25 |
| Hex | 4C | 70 | F | 20 | 0 | 57 | 38 | 52 | 4C | 19 |
| Octal | 114 | 160 | 17 | 40 | 0 | 127 | 70 | 122 | 114 | 31 |
| Binary | 1001100 | 1110000 | 1111 | 100000 | 0 | 1010111 | 111000 | 1010010 | 1001100 | 11001 |
Color Harmonies of #4C700F
Complementary color
Monochromatic Colors of #4C700F
Black with #4C700F
Text Example
Text Example
White with #4C700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C700F; }
p { color: rgb(76,112,15); }
H1.HeaderClassName
{
color: #4C700F;
}
.AnyTagClassName
{
color: #4C700F;
}
</style>
background-color css
<style>
a { background-color: #4C700F; }
a { background-color: rgb(76,112,15); }
div.DivClassName
{
background-color: #4C700F;
}
.BgClassName
{
background-color: #4C700F;
}
</style>
border-color css
<style>
span { border-color: #4C700F; }
span { border-color: rgb(76,112,15); }
td.TdClassName
{
border-color: #4C700F;
}
.TagClassName
{
border-color: #4C700F;
}
</style>