Shades of Green Leaf #4D710D
Tints of Green Leaf #4D710D
RGB
CMYK
RGB Variations
Color information
#4D710D (or 0x4D710D) is known color: Green Leaf. HEX triplet: 4D, 71 and 0D. RGB value is (77,113,13). Sum of RGB (Red+Green+Blue) = 77+113+13=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #4D710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D710D is #B28EF2. Grayscale: #5B5B5B. Windows color (decimal): -11702003 or 880973. OLE color: 880973.
HSL color Cylindrical-coordinate representation of color #4D710D: hue angle of 81.6º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D710D is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 113 | 13 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.56 |
| HSL | 81.6º | 0.79% | 0.25% | - |
| HSV(B) | 81.6º | 0.88% | 0.44% | - |
| XYZ | 9.04 | 13.42 | 2.49 | - |
| YUV | 90.84 | 84.07 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 13 | 0.32 | 0 | 0.88 | 0.56 | 81.6 | 0.79 | 0.25 |
| Hex | 4D | 71 | D | 20 | 0 | 58 | 38 | 52 | 4F | 19 |
| Octal | 115 | 161 | 15 | 40 | 0 | 130 | 70 | 122 | 117 | 31 |
| Binary | 1001101 | 1110001 | 1101 | 100000 | 0 | 1011000 | 111000 | 1010010 | 1001111 | 11001 |
Color Harmonies of #4D710D
Complementary color
Monochromatic Colors of #4D710D
Black with #4D710D
Text Example
Text Example
White with #4D710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D710D; }
p { color: rgb(77,113,13); }
H1.HeaderClassName
{
color: #4D710D;
}
.AnyTagClassName
{
color: #4D710D;
}
</style>
background-color css
<style>
a { background-color: #4D710D; }
a { background-color: rgb(77,113,13); }
div.DivClassName
{
background-color: #4D710D;
}
.BgClassName
{
background-color: #4D710D;
}
</style>
border-color css
<style>
span { border-color: #4D710D; }
span { border-color: rgb(77,113,13); }
td.TdClassName
{
border-color: #4D710D;
}
.TagClassName
{
border-color: #4D710D;
}
</style>