Shades of Green Leaf #4E622A
Tints of Green Leaf #4E622A
RGB
CMYK
RGB Variations
Color information
#4E622A (or 0x4E622A) is known color: Green Leaf. HEX triplet: 4E, 62 and 2A. RGB value is (78,98,42). Sum of RGB (Red+Green+Blue) = 78+98+42=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #4E622A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E622A is #B19DD5. Grayscale: #555555. Windows color (decimal): -11640278 or 2777678. OLE color: 2777678.
HSL color Cylindrical-coordinate representation of color #4E622A: hue angle of 81.43º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E622A is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 98 | 42 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.62 |
| HSL | 81.43º | 0.4% | 0.27% | - |
| HSV(B) | 81.43º | 0.57% | 0.38% | - |
| XYZ | 7.93 | 10.52 | 3.8 | - |
| YUV | 85.64 | 103.37 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 42 | 0.20 | 0 | 0.57 | 0.62 | 81.43 | 0.4 | 0.27 |
| Hex | 4E | 62 | 2A | 14 | 0 | 39 | 3E | 51 | 28 | 1B |
| Octal | 116 | 142 | 52 | 24 | 0 | 71 | 76 | 121 | 50 | 33 |
| Binary | 1001110 | 1100010 | 101010 | 10100 | 0 | 111001 | 111110 | 1010001 | 101000 | 11011 |
Color Harmonies of #4E622A
Complementary color
Monochromatic Colors of #4E622A
Black with #4E622A
Text Example
Text Example
White with #4E622A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E622A; }
p { color: rgb(78,98,42); }
H1.HeaderClassName
{
color: #4E622A;
}
.AnyTagClassName
{
color: #4E622A;
}
</style>
background-color css
<style>
a { background-color: #4E622A; }
a { background-color: rgb(78,98,42); }
div.DivClassName
{
background-color: #4E622A;
}
.BgClassName
{
background-color: #4E622A;
}
</style>
border-color css
<style>
span { border-color: #4E622A; }
span { border-color: rgb(78,98,42); }
td.TdClassName
{
border-color: #4E622A;
}
.TagClassName
{
border-color: #4E622A;
}
</style>