Shades of Green Leaf #4E692B
Tints of Green Leaf #4E692B
RGB
CMYK
RGB Variations
Color information
#4E692B (or 0x4E692B) is known color: Green Leaf. HEX triplet: 4E, 69 and 2B. RGB value is (78,105,43). Sum of RGB (Red+Green+Blue) = 78+105+43=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #4E692B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E692B is #B196D4. Grayscale: #5A5A5A. Windows color (decimal): -11638485 or 2845006. OLE color: 2845006.
HSL color Cylindrical-coordinate representation of color #4E692B: hue angle of 86.13º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E692B is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 105 | 43 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.59 |
| HSL | 86.13º | 0.42% | 0.29% | - |
| HSV(B) | 86.13º | 0.59% | 0.41% | - |
| XYZ | 8.63 | 11.9 | 4.13 | - |
| YUV | 89.86 | 101.55 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 105 | 43 | 0.26 | 0 | 0.59 | 0.59 | 86.13 | 0.42 | 0.29 |
| Hex | 4E | 69 | 2B | 1A | 0 | 3B | 3B | 56 | 2A | 1D |
| Octal | 116 | 151 | 53 | 32 | 0 | 73 | 73 | 126 | 52 | 35 |
| Binary | 1001110 | 1101001 | 101011 | 11010 | 0 | 111011 | 111011 | 1010110 | 101010 | 11101 |
Color Harmonies of #4E692B
Complementary color
Monochromatic Colors of #4E692B
Black with #4E692B
Text Example
Text Example
White with #4E692B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E692B; }
p { color: rgb(78,105,43); }
H1.HeaderClassName
{
color: #4E692B;
}
.AnyTagClassName
{
color: #4E692B;
}
</style>
background-color css
<style>
a { background-color: #4E692B; }
a { background-color: rgb(78,105,43); }
div.DivClassName
{
background-color: #4E692B;
}
.BgClassName
{
background-color: #4E692B;
}
</style>
border-color css
<style>
span { border-color: #4E692B; }
span { border-color: rgb(78,105,43); }
td.TdClassName
{
border-color: #4E692B;
}
.TagClassName
{
border-color: #4E692B;
}
</style>