Shades of Green Leaf #4E6E0F
Tints of Green Leaf #4E6E0F
RGB
CMYK
RGB Variations
Color information
#4E6E0F (or 0x4E6E0F) is known color: Green Leaf. HEX triplet: 4E, 6E and 0F. RGB value is (78,110,15). Sum of RGB (Red+Green+Blue) = 78+110+15=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 110 (43.36% from 255 or 54.19% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 110 - color contains mainly: green. Hex color #4E6E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6E0F is #B191F0. Grayscale: #595959. Windows color (decimal): -11637233 or 1011278. OLE color: 1011278.
HSL color Cylindrical-coordinate representation of color #4E6E0F: hue angle of 80.21º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E6E0F is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 110 | 15 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.57 |
| HSL | 80.21º | 0.76% | 0.25% | - |
| HSV(B) | 80.21º | 0.86% | 0.43% | - |
| XYZ | 8.8 | 12.81 | 2.46 | - |
| YUV | 89.6 | 85.9 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 110 | 15 | 0.29 | 0 | 0.86 | 0.57 | 80.21 | 0.76 | 0.25 |
| Hex | 4E | 6E | F | 1D | 0 | 56 | 39 | 50 | 4C | 19 |
| Octal | 116 | 156 | 17 | 35 | 0 | 126 | 71 | 120 | 114 | 31 |
| Binary | 1001110 | 1101110 | 1111 | 11101 | 0 | 1010110 | 111001 | 1010000 | 1001100 | 11001 |
Color Harmonies of #4E6E0F
Complementary color
Monochromatic Colors of #4E6E0F
Black with #4E6E0F
Text Example
Text Example
White with #4E6E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6E0F; }
p { color: rgb(78,110,15); }
H1.HeaderClassName
{
color: #4E6E0F;
}
.AnyTagClassName
{
color: #4E6E0F;
}
</style>
background-color css
<style>
a { background-color: #4E6E0F; }
a { background-color: rgb(78,110,15); }
div.DivClassName
{
background-color: #4E6E0F;
}
.BgClassName
{
background-color: #4E6E0F;
}
</style>
border-color css
<style>
span { border-color: #4E6E0F; }
span { border-color: rgb(78,110,15); }
td.TdClassName
{
border-color: #4E6E0F;
}
.TagClassName
{
border-color: #4E6E0F;
}
</style>