Shades of Green Leaf #4E7429
Tints of Green Leaf #4E7429
RGB
CMYK
RGB Variations
Color information
#4E7429 (or 0x4E7429) is known color: Green Leaf. HEX triplet: 4E, 74 and 29. RGB value is (78,116,41). Sum of RGB (Red+Green+Blue) = 78+116+41=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #4E7429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7429 is #B18BD6. Grayscale: #606060. Windows color (decimal): -11635671 or 2716750. OLE color: 2716750.
HSL color Cylindrical-coordinate representation of color #4E7429: hue angle of 90.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E7429 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 116 | 41 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.55 |
| HSL | 90.4º | 0.48% | 0.31% | - |
| HSV(B) | 90.4º | 0.65% | 0.45% | - |
| XYZ | 9.79 | 14.27 | 4.34 | - |
| YUV | 96.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 116 | 41 | 0.33 | 0 | 0.65 | 0.55 | 90.4 | 0.48 | 0.31 |
| Hex | 4E | 74 | 29 | 21 | 0 | 41 | 37 | 5A | 30 | 1F |
| Octal | 116 | 164 | 51 | 41 | 0 | 101 | 67 | 132 | 60 | 37 |
| Binary | 1001110 | 1110100 | 101001 | 100001 | 0 | 1000001 | 110111 | 1011010 | 110000 | 11111 |
Color Harmonies of #4E7429
Complementary color
Monochromatic Colors of #4E7429
Black with #4E7429
Text Example
Text Example
White with #4E7429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7429; }
p { color: rgb(78,116,41); }
H1.HeaderClassName
{
color: #4E7429;
}
.AnyTagClassName
{
color: #4E7429;
}
</style>
background-color css
<style>
a { background-color: #4E7429; }
a { background-color: rgb(78,116,41); }
div.DivClassName
{
background-color: #4E7429;
}
.BgClassName
{
background-color: #4E7429;
}
</style>
border-color css
<style>
span { border-color: #4E7429; }
span { border-color: rgb(78,116,41); }
td.TdClassName
{
border-color: #4E7429;
}
.TagClassName
{
border-color: #4E7429;
}
</style>