Shades of Green Leaf #4D7420
Tints of Green Leaf #4D7420
RGB
CMYK
RGB Variations
Color information
#4D7420 (or 0x4D7420) is known color: Green Leaf. HEX triplet: 4D, 74 and 20. RGB value is (77,116,32). Sum of RGB (Red+Green+Blue) = 77+116+32=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #4D7420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7420 is #B28BDF. Grayscale: #5F5F5F. Windows color (decimal): -11701216 or 2126925. OLE color: 2126925.
HSL color Cylindrical-coordinate representation of color #4D7420: hue angle of 87.86º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D7420 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 116 | 32 | - |
| CMYK | 0.34 | 0 | 0.72 | 0.55 |
| HSL | 87.86º | 0.57% | 0.29% | - |
| HSV(B) | 87.86º | 0.72% | 0.45% | - |
| XYZ | 9.57 | 14.17 | 3.6 | - |
| YUV | 94.76 | 92.58 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 32 | 0.34 | 0 | 0.72 | 0.55 | 87.86 | 0.57 | 0.29 |
| Hex | 4D | 74 | 20 | 22 | 0 | 48 | 37 | 58 | 39 | 1D |
| Octal | 115 | 164 | 40 | 42 | 0 | 110 | 67 | 130 | 71 | 35 |
| Binary | 1001101 | 1110100 | 100000 | 100010 | 0 | 1001000 | 110111 | 1011000 | 111001 | 11101 |
Color Harmonies of #4D7420
Complementary color
Monochromatic Colors of #4D7420
Black with #4D7420
Text Example
Text Example
White with #4D7420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7420; }
p { color: rgb(77,116,32); }
H1.HeaderClassName
{
color: #4D7420;
}
.AnyTagClassName
{
color: #4D7420;
}
</style>
background-color css
<style>
a { background-color: #4D7420; }
a { background-color: rgb(77,116,32); }
div.DivClassName
{
background-color: #4D7420;
}
.BgClassName
{
background-color: #4D7420;
}
</style>
border-color css
<style>
span { border-color: #4D7420; }
span { border-color: rgb(77,116,32); }
td.TdClassName
{
border-color: #4D7420;
}
.TagClassName
{
border-color: #4D7420;
}
</style>