Shades of Green Leaf #4E7528
Tints of Green Leaf #4E7528
RGB
CMYK
RGB Variations
Color information
#4E7528 (or 0x4E7528) is known color: Green Leaf. HEX triplet: 4E, 75 and 28. RGB value is (78,117,40). Sum of RGB (Red+Green+Blue) = 78+117+40=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #4E7528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E7528 is #B18AD7. Grayscale: #606060. Windows color (decimal): -11635416 or 2651470. OLE color: 2651470.
HSL color Cylindrical-coordinate representation of color #4E7528: hue angle of 90.39º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E7528 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 117 | 40 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.54 |
| HSL | 90.39º | 0.49% | 0.31% | - |
| HSV(B) | 90.39º | 0.66% | 0.46% | - |
| XYZ | 9.89 | 14.5 | 4.28 | - |
| YUV | 96.56 | 96.08 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 117 | 40 | 0.33 | 0 | 0.66 | 0.54 | 90.39 | 0.49 | 0.31 |
| Hex | 4E | 75 | 28 | 21 | 0 | 42 | 36 | 5A | 31 | 1F |
| Octal | 116 | 165 | 50 | 41 | 0 | 102 | 66 | 132 | 61 | 37 |
| Binary | 1001110 | 1110101 | 101000 | 100001 | 0 | 1000010 | 110110 | 1011010 | 110001 | 11111 |
Color Harmonies of #4E7528
Complementary color
Monochromatic Colors of #4E7528
Black with #4E7528
Text Example
Text Example
White with #4E7528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7528; }
p { color: rgb(78,117,40); }
H1.HeaderClassName
{
color: #4E7528;
}
.AnyTagClassName
{
color: #4E7528;
}
</style>
background-color css
<style>
a { background-color: #4E7528; }
a { background-color: rgb(78,117,40); }
div.DivClassName
{
background-color: #4E7528;
}
.BgClassName
{
background-color: #4E7528;
}
</style>
border-color css
<style>
span { border-color: #4E7528; }
span { border-color: rgb(78,117,40); }
td.TdClassName
{
border-color: #4E7528;
}
.TagClassName
{
border-color: #4E7528;
}
</style>