Shades of Green Leaf #4E7328
Tints of Green Leaf #4E7328
RGB
CMYK
RGB Variations
Color information
#4E7328 (or 0x4E7328) is known color: Green Leaf. HEX triplet: 4E, 73 and 28. RGB value is (78,115,40). Sum of RGB (Red+Green+Blue) = 78+115+40=233 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.48% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #4E7328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7328 is #B18CD7. Grayscale: #5F5F5F. Windows color (decimal): -11635928 or 2650958. OLE color: 2650958.
HSL color Cylindrical-coordinate representation of color #4E7328: hue angle of 89.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E7328 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 115 | 40 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.55 |
| HSL | 89.6º | 0.48% | 0.3% | - |
| HSV(B) | 89.6º | 0.65% | 0.45% | - |
| XYZ | 9.66 | 14.03 | 4.21 | - |
| YUV | 95.39 | 96.74 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 115 | 40 | 0.32 | 0 | 0.65 | 0.55 | 89.6 | 0.48 | 0.3 |
| Hex | 4E | 73 | 28 | 20 | 0 | 41 | 37 | 5A | 30 | 1E |
| Octal | 116 | 163 | 50 | 40 | 0 | 101 | 67 | 132 | 60 | 36 |
| Binary | 1001110 | 1110011 | 101000 | 100000 | 0 | 1000001 | 110111 | 1011010 | 110000 | 11110 |
Color Harmonies of #4E7328
Complementary color
Monochromatic Colors of #4E7328
Black with #4E7328
Text Example
Text Example
White with #4E7328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7328; }
p { color: rgb(78,115,40); }
H1.HeaderClassName
{
color: #4E7328;
}
.AnyTagClassName
{
color: #4E7328;
}
</style>
background-color css
<style>
a { background-color: #4E7328; }
a { background-color: rgb(78,115,40); }
div.DivClassName
{
background-color: #4E7328;
}
.BgClassName
{
background-color: #4E7328;
}
</style>
border-color css
<style>
span { border-color: #4E7328; }
span { border-color: rgb(78,115,40); }
td.TdClassName
{
border-color: #4E7328;
}
.TagClassName
{
border-color: #4E7328;
}
</style>