Shades of Green Leaf #4E6B2F
Tints of Green Leaf #4E6B2F
RGB
CMYK
RGB Variations
Color information
#4E6B2F (or 0x4E6B2F) is known color: Green Leaf. HEX triplet: 4E, 6B and 2F. RGB value is (78,107,47). Sum of RGB (Red+Green+Blue) = 78+107+47=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 107 - color contains mainly: green. Hex color #4E6B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6B2F is #B194D0. Grayscale: #5B5B5B. Windows color (decimal): -11637969 or 3107662. OLE color: 3107662.
HSL color Cylindrical-coordinate representation of color #4E6B2F: hue angle of 89º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E6B2F is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 107 | 47 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.58 |
| HSL | 89º | 0.39% | 0.3% | - |
| HSV(B) | 89º | 0.56% | 0.42% | - |
| XYZ | 8.91 | 12.34 | 4.6 | - |
| YUV | 91.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 47 | 0.27 | 0 | 0.56 | 0.58 | 89 | 0.39 | 0.3 |
| Hex | 4E | 6B | 2F | 1B | 0 | 38 | 3A | 59 | 27 | 1E |
| Octal | 116 | 153 | 57 | 33 | 0 | 70 | 72 | 131 | 47 | 36 |
| Binary | 1001110 | 1101011 | 101111 | 11011 | 0 | 111000 | 111010 | 1011001 | 100111 | 11110 |
Color Harmonies of #4E6B2F
Complementary color
Monochromatic Colors of #4E6B2F
Black with #4E6B2F
Text Example
Text Example
White with #4E6B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6B2F; }
p { color: rgb(78,107,47); }
H1.HeaderClassName
{
color: #4E6B2F;
}
.AnyTagClassName
{
color: #4E6B2F;
}
</style>
background-color css
<style>
a { background-color: #4E6B2F; }
a { background-color: rgb(78,107,47); }
div.DivClassName
{
background-color: #4E6B2F;
}
.BgClassName
{
background-color: #4E6B2F;
}
</style>
border-color css
<style>
span { border-color: #4E6B2F; }
span { border-color: rgb(78,107,47); }
td.TdClassName
{
border-color: #4E6B2F;
}
.TagClassName
{
border-color: #4E6B2F;
}
</style>