Shades of Green Leaf #4E702D
Tints of Green Leaf #4E702D
RGB
CMYK
RGB Variations
Color information
#4E702D (or 0x4E702D) is known color: Green Leaf. HEX triplet: 4E, 70 and 2D. RGB value is (78,112,45). Sum of RGB (Red+Green+Blue) = 78+112+45=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #4E702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E702D is #B18FD2. Grayscale: #5E5E5E. Windows color (decimal): -11636691 or 2977870. OLE color: 2977870.
HSL color Cylindrical-coordinate representation of color #4E702D: hue angle of 90.45º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E702D is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 112 | 45 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.56 |
| HSL | 90.45º | 0.43% | 0.31% | - |
| HSV(B) | 90.45º | 0.6% | 0.44% | - |
| XYZ | 9.41 | 13.4 | 4.57 | - |
| YUV | 94.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 112 | 45 | 0.30 | 0 | 0.60 | 0.56 | 90.45 | 0.43 | 0.31 |
| Hex | 4E | 70 | 2D | 1E | 0 | 3C | 38 | 5A | 2B | 1F |
| Octal | 116 | 160 | 55 | 36 | 0 | 74 | 70 | 132 | 53 | 37 |
| Binary | 1001110 | 1110000 | 101101 | 11110 | 0 | 111100 | 111000 | 1011010 | 101011 | 11111 |
Color Harmonies of #4E702D
Complementary color
Monochromatic Colors of #4E702D
Black with #4E702D
Text Example
Text Example
White with #4E702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E702D; }
p { color: rgb(78,112,45); }
H1.HeaderClassName
{
color: #4E702D;
}
.AnyTagClassName
{
color: #4E702D;
}
</style>
background-color css
<style>
a { background-color: #4E702D; }
a { background-color: rgb(78,112,45); }
div.DivClassName
{
background-color: #4E702D;
}
.BgClassName
{
background-color: #4E702D;
}
</style>
border-color css
<style>
span { border-color: #4E702D; }
span { border-color: rgb(78,112,45); }
td.TdClassName
{
border-color: #4E702D;
}
.TagClassName
{
border-color: #4E702D;
}
</style>