Shades of Green Leaf #4E6428
Tints of Green Leaf #4E6428
RGB
CMYK
RGB Variations
Color information
#4E6428 (or 0x4E6428) is known color: Green Leaf. HEX triplet: 4E, 64 and 28. RGB value is (78,100,40). Sum of RGB (Red+Green+Blue) = 78+100+40=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 100 - color contains mainly: green. Hex color #4E6428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6428 is #B19BD7. Grayscale: #565656. Windows color (decimal): -11639768 or 2647118. OLE color: 2647118.
HSL color Cylindrical-coordinate representation of color #4E6428: hue angle of 82º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E6428 is Cyan = 0.22, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 100 | 40 | - |
| CMYK | 0.22 | 0 | 0.6 | 0.61 |
| HSL | 82º | 0.43% | 0.27% | - |
| HSV(B) | 82º | 0.6% | 0.39% | - |
| XYZ | 8.08 | 10.89 | 3.68 | - |
| YUV | 86.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 100 | 40 | 0.22 | 0 | 0.6 | 0.61 | 82 | 0.43 | 0.27 |
| Hex | 4E | 64 | 28 | 16 | 0 | 3C | 3D | 52 | 2B | 1B |
| Octal | 116 | 144 | 50 | 26 | 0 | 74 | 75 | 122 | 53 | 33 |
| Binary | 1001110 | 1100100 | 101000 | 10110 | 0 | 111100 | 111101 | 1010010 | 101011 | 11011 |
Color Harmonies of #4E6428
Complementary color
Monochromatic Colors of #4E6428
Black with #4E6428
Text Example
Text Example
White with #4E6428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6428; }
p { color: rgb(78,100,40); }
H1.HeaderClassName
{
color: #4E6428;
}
.AnyTagClassName
{
color: #4E6428;
}
</style>
background-color css
<style>
a { background-color: #4E6428; }
a { background-color: rgb(78,100,40); }
div.DivClassName
{
background-color: #4E6428;
}
.BgClassName
{
background-color: #4E6428;
}
</style>
border-color css
<style>
span { border-color: #4E6428; }
span { border-color: rgb(78,100,40); }
td.TdClassName
{
border-color: #4E6428;
}
.TagClassName
{
border-color: #4E6428;
}
</style>