Shades of Green Leaf #4E7113
Tints of Green Leaf #4E7113
RGB
CMYK
RGB Variations
Color information
#4E7113 (or 0x4E7113) is known color: Green Leaf. HEX triplet: 4E, 71 and 13. RGB value is (78,113,19). Sum of RGB (Red+Green+Blue) = 78+113+19=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #4E7113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E7113 is #B18EEC. Grayscale: #5C5C5C. Windows color (decimal): -11636461 or 1274190. OLE color: 1274190.
HSL color Cylindrical-coordinate representation of color #4E7113: hue angle of 82.34º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E7113 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 113 | 19 | - |
| CMYK | 0.31 | 0 | 0.83 | 0.56 |
| HSL | 82.34º | 0.71% | 0.26% | - |
| HSV(B) | 82.34º | 0.83% | 0.44% | - |
| XYZ | 9.16 | 13.48 | 2.73 | - |
| YUV | 91.82 | 86.9 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 19 | 0.31 | 0 | 0.83 | 0.56 | 82.34 | 0.71 | 0.26 |
| Hex | 4E | 71 | 13 | 1F | 0 | 53 | 38 | 52 | 47 | 1A |
| Octal | 116 | 161 | 23 | 37 | 0 | 123 | 70 | 122 | 107 | 32 |
| Binary | 1001110 | 1110001 | 10011 | 11111 | 0 | 1010011 | 111000 | 1010010 | 1000111 | 11010 |
Color Harmonies of #4E7113
Complementary color
Monochromatic Colors of #4E7113
Black with #4E7113
Text Example
Text Example
White with #4E7113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7113; }
p { color: rgb(78,113,19); }
H1.HeaderClassName
{
color: #4E7113;
}
.AnyTagClassName
{
color: #4E7113;
}
</style>
background-color css
<style>
a { background-color: #4E7113; }
a { background-color: rgb(78,113,19); }
div.DivClassName
{
background-color: #4E7113;
}
.BgClassName
{
background-color: #4E7113;
}
</style>
border-color css
<style>
span { border-color: #4E7113; }
span { border-color: rgb(78,113,19); }
td.TdClassName
{
border-color: #4E7113;
}
.TagClassName
{
border-color: #4E7113;
}
</style>