Shades of Green Leaf #4E720B
Tints of Green Leaf #4E720B
RGB
CMYK
RGB Variations
Color information
#4E720B (or 0x4E720B) is known color: Green Leaf. HEX triplet: 4E, 72 and 0B. RGB value is (78,114,11). Sum of RGB (Red+Green+Blue) = 78+114+11=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #4E720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E720B is #B18DF4. Grayscale: #5B5B5B. Windows color (decimal): -11636213 or 750158. OLE color: 750158.
HSL color Cylindrical-coordinate representation of color #4E720B: hue angle of 80.97º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E720B is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 114 | 11 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.55 |
| HSL | 80.97º | 0.82% | 0.25% | - |
| HSV(B) | 80.97º | 0.9% | 0.45% | - |
| XYZ | 9.22 | 13.68 | 2.47 | - |
| YUV | 91.49 | 82.57 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 114 | 11 | 0.32 | 0 | 0.90 | 0.55 | 80.97 | 0.82 | 0.25 |
| Hex | 4E | 72 | B | 20 | 0 | 5A | 37 | 51 | 52 | 19 |
| Octal | 116 | 162 | 13 | 40 | 0 | 132 | 67 | 121 | 122 | 31 |
| Binary | 1001110 | 1110010 | 1011 | 100000 | 0 | 1011010 | 110111 | 1010001 | 1010010 | 11001 |
Color Harmonies of #4E720B
Complementary color
Monochromatic Colors of #4E720B
Black with #4E720B
Text Example
Text Example
White with #4E720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E720B; }
p { color: rgb(78,114,11); }
H1.HeaderClassName
{
color: #4E720B;
}
.AnyTagClassName
{
color: #4E720B;
}
</style>
background-color css
<style>
a { background-color: #4E720B; }
a { background-color: rgb(78,114,11); }
div.DivClassName
{
background-color: #4E720B;
}
.BgClassName
{
background-color: #4E720B;
}
</style>
border-color css
<style>
span { border-color: #4E720B; }
span { border-color: rgb(78,114,11); }
td.TdClassName
{
border-color: #4E720B;
}
.TagClassName
{
border-color: #4E720B;
}
</style>