Shades of Green Leaf #4C710A
Tints of Green Leaf #4C710A
RGB
CMYK
RGB Variations
Color information
#4C710A (or 0x4C710A) is known color: Green Leaf. HEX triplet: 4C, 71 and 0A. RGB value is (76,113,10). Sum of RGB (Red+Green+Blue) = 76+113+10=199 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.19% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #4C710A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C710A is #B38EF5. Grayscale: #5A5A5A. Windows color (decimal): -11767542 or 684364. OLE color: 684364.
HSL color Cylindrical-coordinate representation of color #4C710A: hue angle of 81.55º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C710A is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 113 | 10 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.56 |
| HSL | 81.55º | 0.84% | 0.24% | - |
| HSV(B) | 81.55º | 0.91% | 0.44% | - |
| XYZ | 8.94 | 13.37 | 2.4 | - |
| YUV | 90.2 | 82.74 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 113 | 10 | 0.33 | 0 | 0.91 | 0.56 | 81.55 | 0.84 | 0.24 |
| Hex | 4C | 71 | A | 21 | 0 | 5B | 38 | 52 | 54 | 18 |
| Octal | 114 | 161 | 12 | 41 | 0 | 133 | 70 | 122 | 124 | 30 |
| Binary | 1001100 | 1110001 | 1010 | 100001 | 0 | 1011011 | 111000 | 1010010 | 1010100 | 11000 |
Color Harmonies of #4C710A
Complementary color
Monochromatic Colors of #4C710A
Black with #4C710A
Text Example
Text Example
White with #4C710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C710A; }
p { color: rgb(76,113,10); }
H1.HeaderClassName
{
color: #4C710A;
}
.AnyTagClassName
{
color: #4C710A;
}
</style>
background-color css
<style>
a { background-color: #4C710A; }
a { background-color: rgb(76,113,10); }
div.DivClassName
{
background-color: #4C710A;
}
.BgClassName
{
background-color: #4C710A;
}
</style>
border-color css
<style>
span { border-color: #4C710A; }
span { border-color: rgb(76,113,10); }
td.TdClassName
{
border-color: #4C710A;
}
.TagClassName
{
border-color: #4C710A;
}
</style>