Shades of Green Leaf #4D7810
Tints of Green Leaf #4D7810
RGB
CMYK
RGB Variations
Color information
#4D7810 (or 0x4D7810) is known color: Green Leaf. HEX triplet: 4D, 78 and 10. RGB value is (77,120,16). Sum of RGB (Red+Green+Blue) = 77+120+16=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #4D7810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7810 is #B287EF. Grayscale: #5F5F5F. Windows color (decimal): -11700208 or 1079373. OLE color: 1079373.
HSL color Cylindrical-coordinate representation of color #4D7810: hue angle of 84.81º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D7810 is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 120 | 16 | - |
| CMYK | 0.36 | 0 | 0.87 | 0.53 |
| HSL | 84.81º | 0.76% | 0.27% | - |
| HSV(B) | 84.81º | 0.87% | 0.47% | - |
| XYZ | 9.87 | 15.05 | 2.87 | - |
| YUV | 95.29 | 83.25 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 120 | 16 | 0.36 | 0 | 0.87 | 0.53 | 84.81 | 0.76 | 0.27 |
| Hex | 4D | 78 | 10 | 24 | 0 | 57 | 35 | 55 | 4C | 1B |
| Octal | 115 | 170 | 20 | 44 | 0 | 127 | 65 | 125 | 114 | 33 |
| Binary | 1001101 | 1111000 | 10000 | 100100 | 0 | 1010111 | 110101 | 1010101 | 1001100 | 11011 |
Color Harmonies of #4D7810
Complementary color
Monochromatic Colors of #4D7810
Black with #4D7810
Text Example
Text Example
White with #4D7810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7810; }
p { color: rgb(77,120,16); }
H1.HeaderClassName
{
color: #4D7810;
}
.AnyTagClassName
{
color: #4D7810;
}
</style>
background-color css
<style>
a { background-color: #4D7810; }
a { background-color: rgb(77,120,16); }
div.DivClassName
{
background-color: #4D7810;
}
.BgClassName
{
background-color: #4D7810;
}
</style>
border-color css
<style>
span { border-color: #4D7810; }
span { border-color: rgb(77,120,16); }
td.TdClassName
{
border-color: #4D7810;
}
.TagClassName
{
border-color: #4D7810;
}
</style>