Shades of Green Leaf #4E722F
Tints of Green Leaf #4E722F
RGB
CMYK
RGB Variations
Color information
#4E722F (or 0x4E722F) is known color: Green Leaf. HEX triplet: 4E, 72 and 2F. RGB value is (78,114,47). Sum of RGB (Red+Green+Blue) = 78+114+47=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #4E722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E722F is #B18DD0. Grayscale: #5F5F5F. Windows color (decimal): -11636177 or 3109454. OLE color: 3109454.
HSL color Cylindrical-coordinate representation of color #4E722F: hue angle of 92.24º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E722F is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 114 | 47 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.55 |
| HSL | 92.24º | 0.42% | 0.32% | - |
| HSV(B) | 92.24º | 0.59% | 0.45% | - |
| XYZ | 9.67 | 13.86 | 4.85 | - |
| YUV | 95.6 | 100.57 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 114 | 47 | 0.32 | 0 | 0.59 | 0.55 | 92.24 | 0.42 | 0.32 |
| Hex | 4E | 72 | 2F | 20 | 0 | 3B | 37 | 5C | 2A | 20 |
| Octal | 116 | 162 | 57 | 40 | 0 | 73 | 67 | 134 | 52 | 40 |
| Binary | 1001110 | 1110010 | 101111 | 100000 | 0 | 111011 | 110111 | 1011100 | 101010 | 100000 |
Color Harmonies of #4E722F
Complementary color
Monochromatic Colors of #4E722F
Black with #4E722F
Text Example
Text Example
White with #4E722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E722F; }
p { color: rgb(78,114,47); }
H1.HeaderClassName
{
color: #4E722F;
}
.AnyTagClassName
{
color: #4E722F;
}
</style>
background-color css
<style>
a { background-color: #4E722F; }
a { background-color: rgb(78,114,47); }
div.DivClassName
{
background-color: #4E722F;
}
.BgClassName
{
background-color: #4E722F;
}
</style>
border-color css
<style>
span { border-color: #4E722F; }
span { border-color: rgb(78,114,47); }
td.TdClassName
{
border-color: #4E722F;
}
.TagClassName
{
border-color: #4E722F;
}
</style>