Shades of Green Leaf #4E7015
Tints of Green Leaf #4E7015
RGB
CMYK
RGB Variations
Color information
#4E7015 (or 0x4E7015) is known color: Green Leaf. HEX triplet: 4E, 70 and 15. RGB value is (78,112,21). Sum of RGB (Red+Green+Blue) = 78+112+21=211 (27% of max value = 765). Red value is 78 (30.86% from 255 or 36.97% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #4E7015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E7015 is #B18FEA. Grayscale: #5B5B5B. Windows color (decimal): -11636715 or 1405006. OLE color: 1405006.
HSL color Cylindrical-coordinate representation of color #4E7015: hue angle of 82.42º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E7015 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 112 | 21 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.56 |
| HSL | 82.42º | 0.68% | 0.26% | - |
| HSV(B) | 82.42º | 0.81% | 0.44% | - |
| XYZ | 9.07 | 13.26 | 2.79 | - |
| YUV | 91.46 | 88.24 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 112 | 21 | 0.30 | 0 | 0.81 | 0.56 | 82.42 | 0.68 | 0.26 |
| Hex | 4E | 70 | 15 | 1E | 0 | 51 | 38 | 52 | 44 | 1A |
| Octal | 116 | 160 | 25 | 36 | 0 | 121 | 70 | 122 | 104 | 32 |
| Binary | 1001110 | 1110000 | 10101 | 11110 | 0 | 1010001 | 111000 | 1010010 | 1000100 | 11010 |
Color Harmonies of #4E7015
Complementary color
Monochromatic Colors of #4E7015
Black with #4E7015
Text Example
Text Example
White with #4E7015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7015; }
p { color: rgb(78,112,21); }
H1.HeaderClassName
{
color: #4E7015;
}
.AnyTagClassName
{
color: #4E7015;
}
</style>
background-color css
<style>
a { background-color: #4E7015; }
a { background-color: rgb(78,112,21); }
div.DivClassName
{
background-color: #4E7015;
}
.BgClassName
{
background-color: #4E7015;
}
</style>
border-color css
<style>
span { border-color: #4E7015; }
span { border-color: rgb(78,112,21); }
td.TdClassName
{
border-color: #4E7015;
}
.TagClassName
{
border-color: #4E7015;
}
</style>