Shades of Green Leaf #4E682F
Tints of Green Leaf #4E682F
RGB
CMYK
RGB Variations
Color information
#4E682F (or 0x4E682F) is known color: Green Leaf. HEX triplet: 4E, 68 and 2F. RGB value is (78,104,47). Sum of RGB (Red+Green+Blue) = 78+104+47=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 104 - color contains mainly: green. Hex color #4E682F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E682F is #B197D0. Grayscale: #595959. Windows color (decimal): -11638737 or 3106894. OLE color: 3106894.
HSL color Cylindrical-coordinate representation of color #4E682F: hue angle of 87.37º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E682F is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 104 | 47 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.59 |
| HSL | 87.37º | 0.38% | 0.3% | - |
| HSV(B) | 87.37º | 0.55% | 0.41% | - |
| XYZ | 8.61 | 11.73 | 4.5 | - |
| YUV | 89.73 | 103.89 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 47 | 0.25 | 0 | 0.55 | 0.59 | 87.37 | 0.38 | 0.3 |
| Hex | 4E | 68 | 2F | 19 | 0 | 37 | 3B | 57 | 26 | 1E |
| Octal | 116 | 150 | 57 | 31 | 0 | 67 | 73 | 127 | 46 | 36 |
| Binary | 1001110 | 1101000 | 101111 | 11001 | 0 | 110111 | 111011 | 1010111 | 100110 | 11110 |
Color Harmonies of #4E682F
Complementary color
Monochromatic Colors of #4E682F
Black with #4E682F
Text Example
Text Example
White with #4E682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E682F; }
p { color: rgb(78,104,47); }
H1.HeaderClassName
{
color: #4E682F;
}
.AnyTagClassName
{
color: #4E682F;
}
</style>
background-color css
<style>
a { background-color: #4E682F; }
a { background-color: rgb(78,104,47); }
div.DivClassName
{
background-color: #4E682F;
}
.BgClassName
{
background-color: #4E682F;
}
</style>
border-color css
<style>
span { border-color: #4E682F; }
span { border-color: rgb(78,104,47); }
td.TdClassName
{
border-color: #4E682F;
}
.TagClassName
{
border-color: #4E682F;
}
</style>