Shades of Green Leaf #4D7510
Tints of Green Leaf #4D7510
RGB
CMYK
RGB Variations
Color information
#4D7510 (or 0x4D7510) is known color: Green Leaf. HEX triplet: 4D, 75 and 10. RGB value is (77,117,16). Sum of RGB (Red+Green+Blue) = 77+117+16=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #4D7510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7510 is #B28AEF. Grayscale: #5D5D5D. Windows color (decimal): -11700976 or 1078605. OLE color: 1078605.
HSL color Cylindrical-coordinate representation of color #4D7510: hue angle of 83.76º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D7510 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 117 | 16 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.54 |
| HSL | 83.76º | 0.76% | 0.26% | - |
| HSV(B) | 83.76º | 0.86% | 0.46% | - |
| XYZ | 9.52 | 14.34 | 2.76 | - |
| YUV | 93.53 | 84.25 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 16 | 0.34 | 0 | 0.86 | 0.54 | 83.76 | 0.76 | 0.26 |
| Hex | 4D | 75 | 10 | 22 | 0 | 56 | 36 | 54 | 4C | 1A |
| Octal | 115 | 165 | 20 | 42 | 0 | 126 | 66 | 124 | 114 | 32 |
| Binary | 1001101 | 1110101 | 10000 | 100010 | 0 | 1010110 | 110110 | 1010100 | 1001100 | 11010 |
Color Harmonies of #4D7510
Complementary color
Monochromatic Colors of #4D7510
Black with #4D7510
Text Example
Text Example
White with #4D7510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7510; }
p { color: rgb(77,117,16); }
H1.HeaderClassName
{
color: #4D7510;
}
.AnyTagClassName
{
color: #4D7510;
}
</style>
background-color css
<style>
a { background-color: #4D7510; }
a { background-color: rgb(77,117,16); }
div.DivClassName
{
background-color: #4D7510;
}
.BgClassName
{
background-color: #4D7510;
}
</style>
border-color css
<style>
span { border-color: #4D7510; }
span { border-color: rgb(77,117,16); }
td.TdClassName
{
border-color: #4D7510;
}
.TagClassName
{
border-color: #4D7510;
}
</style>