Shades of Green Leaf #4E721B
Tints of Green Leaf #4E721B
RGB
CMYK
RGB Variations
Color information
#4E721B (or 0x4E721B) is known color: Green Leaf. HEX triplet: 4E, 72 and 1B. RGB value is (78,114,27). Sum of RGB (Red+Green+Blue) = 78+114+27=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #4E721B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E721B is #B18DE4. Grayscale: #5D5D5D. Windows color (decimal): -11636197 or 1798734. OLE color: 1798734.
HSL color Cylindrical-coordinate representation of color #4E721B: hue angle of 84.83º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E721B is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 114 | 27 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.55 |
| HSL | 84.83º | 0.62% | 0.28% | - |
| HSV(B) | 84.83º | 0.76% | 0.45% | - |
| XYZ | 9.36 | 13.73 | 3.19 | - |
| YUV | 93.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 114 | 27 | 0.32 | 0 | 0.76 | 0.55 | 84.83 | 0.62 | 0.28 |
| Hex | 4E | 72 | 1B | 20 | 0 | 4C | 37 | 55 | 3E | 1C |
| Octal | 116 | 162 | 33 | 40 | 0 | 114 | 67 | 125 | 76 | 34 |
| Binary | 1001110 | 1110010 | 11011 | 100000 | 0 | 1001100 | 110111 | 1010101 | 111110 | 11100 |
Color Harmonies of #4E721B
Complementary color
Monochromatic Colors of #4E721B
Black with #4E721B
Text Example
Text Example
White with #4E721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E721B; }
p { color: rgb(78,114,27); }
H1.HeaderClassName
{
color: #4E721B;
}
.AnyTagClassName
{
color: #4E721B;
}
</style>
background-color css
<style>
a { background-color: #4E721B; }
a { background-color: rgb(78,114,27); }
div.DivClassName
{
background-color: #4E721B;
}
.BgClassName
{
background-color: #4E721B;
}
</style>
border-color css
<style>
span { border-color: #4E721B; }
span { border-color: rgb(78,114,27); }
td.TdClassName
{
border-color: #4E721B;
}
.TagClassName
{
border-color: #4E721B;
}
</style>