Shades of Green Leaf #4C7E13
Tints of Green Leaf #4C7E13
RGB
CMYK
RGB Variations
Color information
#4C7E13 (or 0x4C7E13) is known color: Green Leaf. HEX triplet: 4C, 7E and 13. RGB value is (76,126,19). Sum of RGB (Red+Green+Blue) = 76+126+19=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 126 (49.61% from 255 or 57.01% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 126 - color contains mainly: green. Hex color #4C7E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7E13 is #B381EC. Grayscale: #636363. Windows color (decimal): -11764205 or 1277516. OLE color: 1277516.
HSL color Cylindrical-coordinate representation of color #4C7E13: hue angle of 88.04º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C7E13 is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 126 | 19 | - |
| CMYK | 0.40 | 0 | 0.85 | 0.51 |
| HSL | 88.04º | 0.74% | 0.28% | - |
| HSV(B) | 88.04º | 0.85% | 0.49% | - |
| XYZ | 10.56 | 16.51 | 3.25 | - |
| YUV | 98.85 | 82.94 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 126 | 19 | 0.40 | 0 | 0.85 | 0.51 | 88.04 | 0.74 | 0.28 |
| Hex | 4C | 7E | 13 | 28 | 0 | 55 | 33 | 58 | 4A | 1C |
| Octal | 114 | 176 | 23 | 50 | 0 | 125 | 63 | 130 | 112 | 34 |
| Binary | 1001100 | 1111110 | 10011 | 101000 | 0 | 1010101 | 110011 | 1011000 | 1001010 | 11100 |
Color Harmonies of #4C7E13
Complementary color
Monochromatic Colors of #4C7E13
Black with #4C7E13
Text Example
Text Example
White with #4C7E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7E13; }
p { color: rgb(76,126,19); }
H1.HeaderClassName
{
color: #4C7E13;
}
.AnyTagClassName
{
color: #4C7E13;
}
</style>
background-color css
<style>
a { background-color: #4C7E13; }
a { background-color: rgb(76,126,19); }
div.DivClassName
{
background-color: #4C7E13;
}
.BgClassName
{
background-color: #4C7E13;
}
</style>
border-color css
<style>
span { border-color: #4C7E13; }
span { border-color: rgb(76,126,19); }
td.TdClassName
{
border-color: #4C7E13;
}
.TagClassName
{
border-color: #4C7E13;
}
</style>