Shades of Green Leaf #4E7E0B
Tints of Green Leaf #4E7E0B
RGB
CMYK
RGB Variations
Color information
#4E7E0B (or 0x4E7E0B) is known color: Green Leaf. HEX triplet: 4E, 7E and 0B. RGB value is (78,126,11). Sum of RGB (Red+Green+Blue) = 78+126+11=215 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.28% from 215); Green value is 126 (49.61% from 255 or 58.60% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 126 - color contains mainly: green. Hex color #4E7E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E7E0B is #B181F4. Grayscale: #626262. Windows color (decimal): -11633141 or 753230. OLE color: 753230.
HSL color Cylindrical-coordinate representation of color #4E7E0B: hue angle of 85.04º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E7E0B is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 126 | 11 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.51 |
| HSL | 85.04º | 0.84% | 0.27% | - |
| HSV(B) | 85.04º | 0.91% | 0.49% | - |
| XYZ | 10.66 | 16.57 | 2.95 | - |
| YUV | 98.54 | 78.6 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 126 | 11 | 0.38 | 0 | 0.91 | 0.51 | 85.04 | 0.84 | 0.27 |
| Hex | 4E | 7E | B | 26 | 0 | 5B | 33 | 55 | 54 | 1B |
| Octal | 116 | 176 | 13 | 46 | 0 | 133 | 63 | 125 | 124 | 33 |
| Binary | 1001110 | 1111110 | 1011 | 100110 | 0 | 1011011 | 110011 | 1010101 | 1010100 | 11011 |
Color Harmonies of #4E7E0B
Complementary color
Monochromatic Colors of #4E7E0B
Black with #4E7E0B
Text Example
Text Example
White with #4E7E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7E0B; }
p { color: rgb(78,126,11); }
H1.HeaderClassName
{
color: #4E7E0B;
}
.AnyTagClassName
{
color: #4E7E0B;
}
</style>
background-color css
<style>
a { background-color: #4E7E0B; }
a { background-color: rgb(78,126,11); }
div.DivClassName
{
background-color: #4E7E0B;
}
.BgClassName
{
background-color: #4E7E0B;
}
</style>
border-color css
<style>
span { border-color: #4E7E0B; }
span { border-color: rgb(78,126,11); }
td.TdClassName
{
border-color: #4E7E0B;
}
.TagClassName
{
border-color: #4E7E0B;
}
</style>