Shades of Green Leaf #4E732A
Tints of Green Leaf #4E732A
RGB
CMYK
RGB Variations
Color information
#4E732A (or 0x4E732A) is known color: Green Leaf. HEX triplet: 4E, 73 and 2A. RGB value is (78,115,42). Sum of RGB (Red+Green+Blue) = 78+115+42=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #4E732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E732A is #B18CD5. Grayscale: #5F5F5F. Windows color (decimal): -11635926 or 2782030. OLE color: 2782030.
HSL color Cylindrical-coordinate representation of color #4E732A: hue angle of 90.41º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E732A is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 115 | 42 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.55 |
| HSL | 90.41º | 0.46% | 0.31% | - |
| HSV(B) | 90.41º | 0.63% | 0.45% | - |
| XYZ | 9.69 | 14.05 | 4.39 | - |
| YUV | 95.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 115 | 42 | 0.32 | 0 | 0.63 | 0.55 | 90.41 | 0.46 | 0.31 |
| Hex | 4E | 73 | 2A | 20 | 0 | 3F | 37 | 5A | 2E | 1F |
| Octal | 116 | 163 | 52 | 40 | 0 | 77 | 67 | 132 | 56 | 37 |
| Binary | 1001110 | 1110011 | 101010 | 100000 | 0 | 111111 | 110111 | 1011010 | 101110 | 11111 |
Color Harmonies of #4E732A
Complementary color
Monochromatic Colors of #4E732A
Black with #4E732A
Text Example
Text Example
White with #4E732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E732A; }
p { color: rgb(78,115,42); }
H1.HeaderClassName
{
color: #4E732A;
}
.AnyTagClassName
{
color: #4E732A;
}
</style>
background-color css
<style>
a { background-color: #4E732A; }
a { background-color: rgb(78,115,42); }
div.DivClassName
{
background-color: #4E732A;
}
.BgClassName
{
background-color: #4E732A;
}
</style>
border-color css
<style>
span { border-color: #4E732A; }
span { border-color: rgb(78,115,42); }
td.TdClassName
{
border-color: #4E732A;
}
.TagClassName
{
border-color: #4E732A;
}
</style>