Shades of Green Leaf #4D7210
Tints of Green Leaf #4D7210
RGB
CMYK
RGB Variations
Color information
#4D7210 (or 0x4D7210) is known color: Green Leaf. HEX triplet: 4D, 72 and 10. RGB value is (77,114,16). Sum of RGB (Red+Green+Blue) = 77+114+16=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #4D7210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7210 is #B28DEF. Grayscale: #5C5C5C. Windows color (decimal): -11701744 or 1077837. OLE color: 1077837.
HSL color Cylindrical-coordinate representation of color #4D7210: hue angle of 82.65º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D7210 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 114 | 16 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.55 |
| HSL | 82.65º | 0.75% | 0.25% | - |
| HSV(B) | 82.65º | 0.86% | 0.45% | - |
| XYZ | 9.17 | 13.65 | 2.64 | - |
| YUV | 91.77 | 85.24 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 16 | 0.32 | 0 | 0.86 | 0.55 | 82.65 | 0.75 | 0.25 |
| Hex | 4D | 72 | 10 | 20 | 0 | 56 | 37 | 53 | 4B | 19 |
| Octal | 115 | 162 | 20 | 40 | 0 | 126 | 67 | 123 | 113 | 31 |
| Binary | 1001101 | 1110010 | 10000 | 100000 | 0 | 1010110 | 110111 | 1010011 | 1001011 | 11001 |
Color Harmonies of #4D7210
Complementary color
Monochromatic Colors of #4D7210
Black with #4D7210
Text Example
Text Example
White with #4D7210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7210; }
p { color: rgb(77,114,16); }
H1.HeaderClassName
{
color: #4D7210;
}
.AnyTagClassName
{
color: #4D7210;
}
</style>
background-color css
<style>
a { background-color: #4D7210; }
a { background-color: rgb(77,114,16); }
div.DivClassName
{
background-color: #4D7210;
}
.BgClassName
{
background-color: #4D7210;
}
</style>
border-color css
<style>
span { border-color: #4D7210; }
span { border-color: rgb(77,114,16); }
td.TdClassName
{
border-color: #4D7210;
}
.TagClassName
{
border-color: #4D7210;
}
</style>