Shades of Green Leaf #4D7028
Tints of Green Leaf #4D7028
RGB
CMYK
RGB Variations
Color information
#4D7028 (or 0x4D7028) is known color: Green Leaf. HEX triplet: 4D, 70 and 28. RGB value is (77,112,40). Sum of RGB (Red+Green+Blue) = 77+112+40=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7028 is #B28FD7. Grayscale: #5D5D5D. Windows color (decimal): -11702232 or 2650189. OLE color: 2650189.
HSL color Cylindrical-coordinate representation of color #4D7028: hue angle of 89.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D7028 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 40 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.56 |
| HSL | 89.17º | 0.47% | 0.3% | - |
| HSV(B) | 89.17º | 0.64% | 0.44% | - |
| XYZ | 9.24 | 13.32 | 4.09 | - |
| YUV | 93.33 | 97.9 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 40 | 0.31 | 0 | 0.64 | 0.56 | 89.17 | 0.47 | 0.3 |
| Hex | 4D | 70 | 28 | 1F | 0 | 40 | 38 | 59 | 2F | 1E |
| Octal | 115 | 160 | 50 | 37 | 0 | 100 | 70 | 131 | 57 | 36 |
| Binary | 1001101 | 1110000 | 101000 | 11111 | 0 | 1000000 | 111000 | 1011001 | 101111 | 11110 |
Color Harmonies of #4D7028
Complementary color
Monochromatic Colors of #4D7028
Black with #4D7028
Text Example
Text Example
White with #4D7028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7028; }
p { color: rgb(77,112,40); }
H1.HeaderClassName
{
color: #4D7028;
}
.AnyTagClassName
{
color: #4D7028;
}
</style>
background-color css
<style>
a { background-color: #4D7028; }
a { background-color: rgb(77,112,40); }
div.DivClassName
{
background-color: #4D7028;
}
.BgClassName
{
background-color: #4D7028;
}
</style>
border-color css
<style>
span { border-color: #4D7028; }
span { border-color: rgb(77,112,40); }
td.TdClassName
{
border-color: #4D7028;
}
.TagClassName
{
border-color: #4D7028;
}
</style>