Shades of Green Leaf #4E6B2D
Tints of Green Leaf #4E6B2D
RGB
CMYK
RGB Variations
Color information
#4E6B2D (or 0x4E6B2D) is known color: Green Leaf. HEX triplet: 4E, 6B and 2D. RGB value is (78,107,45). Sum of RGB (Red+Green+Blue) = 78+107+45=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 107 (42.19% from 255 or 46.52% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 107 - color contains mainly: green. Hex color #4E6B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6B2D is #B194D2. Grayscale: #5B5B5B. Windows color (decimal): -11637971 or 2976590. OLE color: 2976590.
HSL color Cylindrical-coordinate representation of color #4E6B2D: hue angle of 88.06º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E6B2D is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 107 | 45 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.58 |
| HSL | 88.06º | 0.41% | 0.3% | - |
| HSV(B) | 88.06º | 0.58% | 0.42% | - |
| XYZ | 8.87 | 12.32 | 4.39 | - |
| YUV | 91.26 | 101.89 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 45 | 0.27 | 0 | 0.58 | 0.58 | 88.06 | 0.41 | 0.3 |
| Hex | 4E | 6B | 2D | 1B | 0 | 3A | 3A | 58 | 29 | 1E |
| Octal | 116 | 153 | 55 | 33 | 0 | 72 | 72 | 130 | 51 | 36 |
| Binary | 1001110 | 1101011 | 101101 | 11011 | 0 | 111010 | 111010 | 1011000 | 101001 | 11110 |
Color Harmonies of #4E6B2D
Complementary color
Monochromatic Colors of #4E6B2D
Black with #4E6B2D
Text Example
Text Example
White with #4E6B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6B2D; }
p { color: rgb(78,107,45); }
H1.HeaderClassName
{
color: #4E6B2D;
}
.AnyTagClassName
{
color: #4E6B2D;
}
</style>
background-color css
<style>
a { background-color: #4E6B2D; }
a { background-color: rgb(78,107,45); }
div.DivClassName
{
background-color: #4E6B2D;
}
.BgClassName
{
background-color: #4E6B2D;
}
</style>
border-color css
<style>
span { border-color: #4E6B2D; }
span { border-color: rgb(78,107,45); }
td.TdClassName
{
border-color: #4E6B2D;
}
.TagClassName
{
border-color: #4E6B2D;
}
</style>