Shades of Green Leaf #4E6728
Tints of Green Leaf #4E6728
RGB
CMYK
RGB Variations
Color information
#4E6728 (or 0x4E6728) is known color: Green Leaf. HEX triplet: 4E, 67 and 28. RGB value is (78,103,40). Sum of RGB (Red+Green+Blue) = 78+103+40=221 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.29% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 103 - color contains mainly: green. Hex color #4E6728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6728 is #B198D7. Grayscale: #585858. Windows color (decimal): -11639000 or 2647886. OLE color: 2647886.
HSL color Cylindrical-coordinate representation of color #4E6728: hue angle of 83.81º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E6728 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 103 | 40 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.60 |
| HSL | 83.81º | 0.44% | 0.28% | - |
| HSV(B) | 83.81º | 0.61% | 0.4% | - |
| XYZ | 8.38 | 11.47 | 3.78 | - |
| YUV | 88.34 | 100.72 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 103 | 40 | 0.24 | 0 | 0.61 | 0.60 | 83.81 | 0.44 | 0.28 |
| Hex | 4E | 67 | 28 | 18 | 0 | 3D | 3C | 54 | 2C | 1C |
| Octal | 116 | 147 | 50 | 30 | 0 | 75 | 74 | 124 | 54 | 34 |
| Binary | 1001110 | 1100111 | 101000 | 11000 | 0 | 111101 | 111100 | 1010100 | 101100 | 11100 |
Color Harmonies of #4E6728
Complementary color
Monochromatic Colors of #4E6728
Black with #4E6728
Text Example
Text Example
White with #4E6728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6728; }
p { color: rgb(78,103,40); }
H1.HeaderClassName
{
color: #4E6728;
}
.AnyTagClassName
{
color: #4E6728;
}
</style>
background-color css
<style>
a { background-color: #4E6728; }
a { background-color: rgb(78,103,40); }
div.DivClassName
{
background-color: #4E6728;
}
.BgClassName
{
background-color: #4E6728;
}
</style>
border-color css
<style>
span { border-color: #4E6728; }
span { border-color: rgb(78,103,40); }
td.TdClassName
{
border-color: #4E6728;
}
.TagClassName
{
border-color: #4E6728;
}
</style>