Shades of Green Leaf #4E722D
Tints of Green Leaf #4E722D
RGB
CMYK
RGB Variations
Color information
#4E722D (or 0x4E722D) is known color: Green Leaf. HEX triplet: 4E, 72 and 2D. RGB value is (78,114,45). Sum of RGB (Red+Green+Blue) = 78+114+45=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #4E722D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E722D is #B18DD2. Grayscale: #5F5F5F. Windows color (decimal): -11636179 or 2978382. OLE color: 2978382.
HSL color Cylindrical-coordinate representation of color #4E722D: hue angle of 91.3º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E722D is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 114 | 45 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.55 |
| HSL | 91.3º | 0.43% | 0.31% | - |
| HSV(B) | 91.3º | 0.61% | 0.45% | - |
| XYZ | 9.63 | 13.84 | 4.65 | - |
| YUV | 95.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 114 | 45 | 0.32 | 0 | 0.61 | 0.55 | 91.3 | 0.43 | 0.31 |
| Hex | 4E | 72 | 2D | 20 | 0 | 3D | 37 | 5B | 2B | 1F |
| Octal | 116 | 162 | 55 | 40 | 0 | 75 | 67 | 133 | 53 | 37 |
| Binary | 1001110 | 1110010 | 101101 | 100000 | 0 | 111101 | 110111 | 1011011 | 101011 | 11111 |
Color Harmonies of #4E722D
Complementary color
Monochromatic Colors of #4E722D
Black with #4E722D
Text Example
Text Example
White with #4E722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E722D; }
p { color: rgb(78,114,45); }
H1.HeaderClassName
{
color: #4E722D;
}
.AnyTagClassName
{
color: #4E722D;
}
</style>
background-color css
<style>
a { background-color: #4E722D; }
a { background-color: rgb(78,114,45); }
div.DivClassName
{
background-color: #4E722D;
}
.BgClassName
{
background-color: #4E722D;
}
</style>
border-color css
<style>
span { border-color: #4E722D; }
span { border-color: rgb(78,114,45); }
td.TdClassName
{
border-color: #4E722D;
}
.TagClassName
{
border-color: #4E722D;
}
</style>