Shades of Green Leaf #4D720F
Tints of Green Leaf #4D720F
RGB
CMYK
RGB Variations
Color information
#4D720F (or 0x4D720F) is known color: Green Leaf. HEX triplet: 4D, 72 and 0F. RGB value is (77,114,15). Sum of RGB (Red+Green+Blue) = 77+114+15=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #4D720F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D720F is #B28DF0. Grayscale: #5C5C5C. Windows color (decimal): -11701745 or 1012301. OLE color: 1012301.
HSL color Cylindrical-coordinate representation of color #4D720F: hue angle of 82.42º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D720F is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 114 | 15 | - |
| CMYK | 0.32 | 0 | 0.87 | 0.55 |
| HSL | 82.42º | 0.77% | 0.25% | - |
| HSV(B) | 82.42º | 0.87% | 0.45% | - |
| XYZ | 9.16 | 13.65 | 2.6 | - |
| YUV | 91.65 | 84.74 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 15 | 0.32 | 0 | 0.87 | 0.55 | 82.42 | 0.77 | 0.25 |
| Hex | 4D | 72 | F | 20 | 0 | 57 | 37 | 52 | 4D | 19 |
| Octal | 115 | 162 | 17 | 40 | 0 | 127 | 67 | 122 | 115 | 31 |
| Binary | 1001101 | 1110010 | 1111 | 100000 | 0 | 1010111 | 110111 | 1010010 | 1001101 | 11001 |
Color Harmonies of #4D720F
Complementary color
Monochromatic Colors of #4D720F
Black with #4D720F
Text Example
Text Example
White with #4D720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D720F; }
p { color: rgb(77,114,15); }
H1.HeaderClassName
{
color: #4D720F;
}
.AnyTagClassName
{
color: #4D720F;
}
</style>
background-color css
<style>
a { background-color: #4D720F; }
a { background-color: rgb(77,114,15); }
div.DivClassName
{
background-color: #4D720F;
}
.BgClassName
{
background-color: #4D720F;
}
</style>
border-color css
<style>
span { border-color: #4D720F; }
span { border-color: rgb(77,114,15); }
td.TdClassName
{
border-color: #4D720F;
}
.TagClassName
{
border-color: #4D720F;
}
</style>