Shades of Green Leaf #4E6226
Tints of Green Leaf #4E6226
RGB
CMYK
RGB Variations
Color information
#4E6226 (or 0x4E6226) is known color: Green Leaf. HEX triplet: 4E, 62 and 26. RGB value is (78,98,38). Sum of RGB (Red+Green+Blue) = 78+98+38=214 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.45% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #4E6226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6226 is #B19DD9. Grayscale: #555555. Windows color (decimal): -11640282 or 2515534. OLE color: 2515534.
HSL color Cylindrical-coordinate representation of color #4E6226: hue angle of 80º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E6226 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 98 | 38 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.62 |
| HSL | 80º | 0.44% | 0.27% | - |
| HSV(B) | 80º | 0.61% | 0.38% | - |
| XYZ | 7.86 | 10.5 | 3.45 | - |
| YUV | 85.18 | 101.37 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 38 | 0.20 | 0 | 0.61 | 0.62 | 80 | 0.44 | 0.27 |
| Hex | 4E | 62 | 26 | 14 | 0 | 3D | 3E | 50 | 2C | 1B |
| Octal | 116 | 142 | 46 | 24 | 0 | 75 | 76 | 120 | 54 | 33 |
| Binary | 1001110 | 1100010 | 100110 | 10100 | 0 | 111101 | 111110 | 1010000 | 101100 | 11011 |
Color Harmonies of #4E6226
Complementary color
Monochromatic Colors of #4E6226
Black with #4E6226
Text Example
Text Example
White with #4E6226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6226; }
p { color: rgb(78,98,38); }
H1.HeaderClassName
{
color: #4E6226;
}
.AnyTagClassName
{
color: #4E6226;
}
</style>
background-color css
<style>
a { background-color: #4E6226; }
a { background-color: rgb(78,98,38); }
div.DivClassName
{
background-color: #4E6226;
}
.BgClassName
{
background-color: #4E6226;
}
</style>
border-color css
<style>
span { border-color: #4E6226; }
span { border-color: rgb(78,98,38); }
td.TdClassName
{
border-color: #4E6226;
}
.TagClassName
{
border-color: #4E6226;
}
</style>