Shades of Green Leaf #4E622C
Tints of Green Leaf #4E622C
RGB
CMYK
RGB Variations
Color information
#4E622C (or 0x4E622C) is known color: Green Leaf. HEX triplet: 4E, 62 and 2C. RGB value is (78,98,44). Sum of RGB (Red+Green+Blue) = 78+98+44=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #4E622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E622C is #B19DD3. Grayscale: #565656. Windows color (decimal): -11640276 or 2908750. OLE color: 2908750.
HSL color Cylindrical-coordinate representation of color #4E622C: hue angle of 82.22º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E622C is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 98 | 44 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.62 |
| HSL | 82.22º | 0.38% | 0.28% | - |
| HSV(B) | 82.22º | 0.55% | 0.38% | - |
| XYZ | 7.96 | 10.54 | 4 | - |
| YUV | 85.86 | 104.37 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 44 | 0.20 | 0 | 0.55 | 0.62 | 82.22 | 0.38 | 0.28 |
| Hex | 4E | 62 | 2C | 14 | 0 | 37 | 3E | 52 | 26 | 1C |
| Octal | 116 | 142 | 54 | 24 | 0 | 67 | 76 | 122 | 46 | 34 |
| Binary | 1001110 | 1100010 | 101100 | 10100 | 0 | 110111 | 111110 | 1010010 | 100110 | 11100 |
Color Harmonies of #4E622C
Complementary color
Monochromatic Colors of #4E622C
Black with #4E622C
Text Example
Text Example
White with #4E622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E622C; }
p { color: rgb(78,98,44); }
H1.HeaderClassName
{
color: #4E622C;
}
.AnyTagClassName
{
color: #4E622C;
}
</style>
background-color css
<style>
a { background-color: #4E622C; }
a { background-color: rgb(78,98,44); }
div.DivClassName
{
background-color: #4E622C;
}
.BgClassName
{
background-color: #4E622C;
}
</style>
border-color css
<style>
span { border-color: #4E622C; }
span { border-color: rgb(78,98,44); }
td.TdClassName
{
border-color: #4E622C;
}
.TagClassName
{
border-color: #4E622C;
}
</style>