Shades of Green Leaf #4E6B2E
Tints of Green Leaf #4E6B2E
RGB
CMYK
RGB Variations
Color information
#4E6B2E (or 0x4E6B2E) is known color: Green Leaf. HEX triplet: 4E, 6B and 2E. RGB value is (78,107,46). Sum of RGB (Red+Green+Blue) = 78+107+46=231 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.77% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #4E6B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6B2E is #B194D1. Grayscale: #5B5B5B. Windows color (decimal): -11637970 or 3042126. OLE color: 3042126.
HSL color Cylindrical-coordinate representation of color #4E6B2E: hue angle of 88.52º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E6B2E is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 107 | 46 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.58 |
| HSL | 88.52º | 0.4% | 0.3% | - |
| HSV(B) | 88.52º | 0.57% | 0.42% | - |
| XYZ | 8.89 | 12.33 | 4.5 | - |
| YUV | 91.38 | 102.39 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 46 | 0.27 | 0 | 0.57 | 0.58 | 88.52 | 0.4 | 0.3 |
| Hex | 4E | 6B | 2E | 1B | 0 | 39 | 3A | 59 | 28 | 1E |
| Octal | 116 | 153 | 56 | 33 | 0 | 71 | 72 | 131 | 50 | 36 |
| Binary | 1001110 | 1101011 | 101110 | 11011 | 0 | 111001 | 111010 | 1011001 | 101000 | 11110 |
Color Harmonies of #4E6B2E
Complementary color
Monochromatic Colors of #4E6B2E
Black with #4E6B2E
Text Example
Text Example
White with #4E6B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6B2E; }
p { color: rgb(78,107,46); }
H1.HeaderClassName
{
color: #4E6B2E;
}
.AnyTagClassName
{
color: #4E6B2E;
}
</style>
background-color css
<style>
a { background-color: #4E6B2E; }
a { background-color: rgb(78,107,46); }
div.DivClassName
{
background-color: #4E6B2E;
}
.BgClassName
{
background-color: #4E6B2E;
}
</style>
border-color css
<style>
span { border-color: #4E6B2E; }
span { border-color: rgb(78,107,46); }
td.TdClassName
{
border-color: #4E6B2E;
}
.TagClassName
{
border-color: #4E6B2E;
}
</style>