Shades of Green Leaf #4E682E
Tints of Green Leaf #4E682E
RGB
CMYK
RGB Variations
Color information
#4E682E (or 0x4E682E) is known color: Green Leaf. HEX triplet: 4E, 68 and 2E. RGB value is (78,104,46). Sum of RGB (Red+Green+Blue) = 78+104+46=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #4E682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E682E is #B197D1. Grayscale: #595959. Windows color (decimal): -11638738 or 3041358. OLE color: 3041358.
HSL color Cylindrical-coordinate representation of color #4E682E: hue angle of 86.9º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E682E is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 104 | 46 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.59 |
| HSL | 86.9º | 0.39% | 0.29% | - |
| HSV(B) | 86.9º | 0.56% | 0.41% | - |
| XYZ | 8.59 | 11.72 | 4.39 | - |
| YUV | 89.61 | 103.39 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 46 | 0.25 | 0 | 0.56 | 0.59 | 86.9 | 0.39 | 0.29 |
| Hex | 4E | 68 | 2E | 19 | 0 | 38 | 3B | 57 | 27 | 1D |
| Octal | 116 | 150 | 56 | 31 | 0 | 70 | 73 | 127 | 47 | 35 |
| Binary | 1001110 | 1101000 | 101110 | 11001 | 0 | 111000 | 111011 | 1010111 | 100111 | 11101 |
Color Harmonies of #4E682E
Complementary color
Monochromatic Colors of #4E682E
Black with #4E682E
Text Example
Text Example
White with #4E682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E682E; }
p { color: rgb(78,104,46); }
H1.HeaderClassName
{
color: #4E682E;
}
.AnyTagClassName
{
color: #4E682E;
}
</style>
background-color css
<style>
a { background-color: #4E682E; }
a { background-color: rgb(78,104,46); }
div.DivClassName
{
background-color: #4E682E;
}
.BgClassName
{
background-color: #4E682E;
}
</style>
border-color css
<style>
span { border-color: #4E682E; }
span { border-color: rgb(78,104,46); }
td.TdClassName
{
border-color: #4E682E;
}
.TagClassName
{
border-color: #4E682E;
}
</style>