Shades of Green Leaf #4E7E13
Tints of Green Leaf #4E7E13
RGB
CMYK
RGB Variations
Color information
#4E7E13 (or 0x4E7E13) is known color: Green Leaf. HEX triplet: 4E, 7E and 13. RGB value is (78,126,19). Sum of RGB (Red+Green+Blue) = 78+126+19=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #4E7E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E7E13 is #B181EC. Grayscale: #636363. Windows color (decimal): -11633133 or 1277518. OLE color: 1277518.
HSL color Cylindrical-coordinate representation of color #4E7E13: hue angle of 86.92º 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 #4E7E13 is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 126 | 19 | - |
| CMYK | 0.38 | 0 | 0.85 | 0.51 |
| HSL | 86.92º | 0.74% | 0.28% | - |
| HSV(B) | 86.92º | 0.85% | 0.49% | - |
| XYZ | 10.72 | 16.59 | 3.25 | - |
| YUV | 99.45 | 82.6 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 126 | 19 | 0.38 | 0 | 0.85 | 0.51 | 86.92 | 0.74 | 0.28 |
| Hex | 4E | 7E | 13 | 26 | 0 | 55 | 33 | 57 | 4A | 1C |
| Octal | 116 | 176 | 23 | 46 | 0 | 125 | 63 | 127 | 112 | 34 |
| Binary | 1001110 | 1111110 | 10011 | 100110 | 0 | 1010101 | 110011 | 1010111 | 1001010 | 11100 |
Color Harmonies of #4E7E13
Complementary color
Monochromatic Colors of #4E7E13
Black with #4E7E13
Text Example
Text Example
White with #4E7E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7E13; }
p { color: rgb(78,126,19); }
H1.HeaderClassName
{
color: #4E7E13;
}
.AnyTagClassName
{
color: #4E7E13;
}
</style>
background-color css
<style>
a { background-color: #4E7E13; }
a { background-color: rgb(78,126,19); }
div.DivClassName
{
background-color: #4E7E13;
}
.BgClassName
{
background-color: #4E7E13;
}
</style>
border-color css
<style>
span { border-color: #4E7E13; }
span { border-color: rgb(78,126,19); }
td.TdClassName
{
border-color: #4E7E13;
}
.TagClassName
{
border-color: #4E7E13;
}
</style>