Shades of Green Leaf #4E622D
Tints of Green Leaf #4E622D
RGB
CMYK
RGB Variations
Color information
#4E622D (or 0x4E622D) is known color: Green Leaf. HEX triplet: 4E, 62 and 2D. RGB value is (78,98,45). Sum of RGB (Red+Green+Blue) = 78+98+45=221 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.29% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #4E622D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E622D is #B19DD2. Grayscale: #565656. Windows color (decimal): -11640275 or 2974286. OLE color: 2974286.
HSL color Cylindrical-coordinate representation of color #4E622D: hue angle of 82.64º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E622D is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 98 | 45 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.62 |
| HSL | 82.64º | 0.37% | 0.28% | - |
| HSV(B) | 82.64º | 0.54% | 0.38% | - |
| XYZ | 7.98 | 10.54 | 4.1 | - |
| YUV | 85.98 | 104.87 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 45 | 0.20 | 0 | 0.54 | 0.62 | 82.64 | 0.37 | 0.28 |
| Hex | 4E | 62 | 2D | 14 | 0 | 36 | 3E | 53 | 25 | 1C |
| Octal | 116 | 142 | 55 | 24 | 0 | 66 | 76 | 123 | 45 | 34 |
| Binary | 1001110 | 1100010 | 101101 | 10100 | 0 | 110110 | 111110 | 1010011 | 100101 | 11100 |
Color Harmonies of #4E622D
Complementary color
Monochromatic Colors of #4E622D
Black with #4E622D
Text Example
Text Example
White with #4E622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E622D; }
p { color: rgb(78,98,45); }
H1.HeaderClassName
{
color: #4E622D;
}
.AnyTagClassName
{
color: #4E622D;
}
</style>
background-color css
<style>
a { background-color: #4E622D; }
a { background-color: rgb(78,98,45); }
div.DivClassName
{
background-color: #4E622D;
}
.BgClassName
{
background-color: #4E622D;
}
</style>
border-color css
<style>
span { border-color: #4E622D; }
span { border-color: rgb(78,98,45); }
td.TdClassName
{
border-color: #4E622D;
}
.TagClassName
{
border-color: #4E622D;
}
</style>