Shades of Green Leaf #4C7E14
Tints of Green Leaf #4C7E14
RGB
CMYK
RGB Variations
Color information
#4C7E14 (or 0x4C7E14) is known color: Green Leaf. HEX triplet: 4C, 7E and 14. RGB value is (76,126,20). Sum of RGB (Red+Green+Blue) = 76+126+20=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 126 (49.61% from 255 or 56.76% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 126 - color contains mainly: green. Hex color #4C7E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7E14 is #B381EB. Grayscale: #636363. Windows color (decimal): -11764204 or 1343052. OLE color: 1343052.
HSL color Cylindrical-coordinate representation of color #4C7E14: hue angle of 88.3º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C7E14 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 126 | 20 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.51 |
| HSL | 88.3º | 0.73% | 0.29% | - |
| HSV(B) | 88.3º | 0.84% | 0.49% | - |
| XYZ | 10.57 | 16.51 | 3.29 | - |
| YUV | 98.97 | 83.44 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 126 | 20 | 0.40 | 0 | 0.84 | 0.51 | 88.3 | 0.73 | 0.29 |
| Hex | 4C | 7E | 14 | 28 | 0 | 54 | 33 | 58 | 49 | 1D |
| Octal | 114 | 176 | 24 | 50 | 0 | 124 | 63 | 130 | 111 | 35 |
| Binary | 1001100 | 1111110 | 10100 | 101000 | 0 | 1010100 | 110011 | 1011000 | 1001001 | 11101 |
Color Harmonies of #4C7E14
Complementary color
Monochromatic Colors of #4C7E14
Black with #4C7E14
Text Example
Text Example
White with #4C7E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7E14; }
p { color: rgb(76,126,20); }
H1.HeaderClassName
{
color: #4C7E14;
}
.AnyTagClassName
{
color: #4C7E14;
}
</style>
background-color css
<style>
a { background-color: #4C7E14; }
a { background-color: rgb(76,126,20); }
div.DivClassName
{
background-color: #4C7E14;
}
.BgClassName
{
background-color: #4C7E14;
}
</style>
border-color css
<style>
span { border-color: #4C7E14; }
span { border-color: rgb(76,126,20); }
td.TdClassName
{
border-color: #4C7E14;
}
.TagClassName
{
border-color: #4C7E14;
}
</style>