Shades of Green Leaf #4C740D
Tints of Green Leaf #4C740D
RGB
CMYK
RGB Variations
Color information
#4C740D (or 0x4C740D) is known color: Green Leaf. HEX triplet: 4C, 74 and 0D. RGB value is (76,116,13). Sum of RGB (Red+Green+Blue) = 76+116+13=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #4C740D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C740D is #B38BF2. Grayscale: #5C5C5C. Windows color (decimal): -11766771 or 881740. OLE color: 881740.
HSL color Cylindrical-coordinate representation of color #4C740D: hue angle of 83.3º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C740D is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 116 | 13 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.55 |
| HSL | 83.3º | 0.8% | 0.25% | - |
| HSV(B) | 83.3º | 0.89% | 0.45% | - |
| XYZ | 9.3 | 14.06 | 2.6 | - |
| YUV | 92.3 | 83.25 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 116 | 13 | 0.34 | 0 | 0.89 | 0.55 | 83.3 | 0.8 | 0.25 |
| Hex | 4C | 74 | D | 22 | 0 | 59 | 37 | 53 | 50 | 19 |
| Octal | 114 | 164 | 15 | 42 | 0 | 131 | 67 | 123 | 120 | 31 |
| Binary | 1001100 | 1110100 | 1101 | 100010 | 0 | 1011001 | 110111 | 1010011 | 1010000 | 11001 |
Color Harmonies of #4C740D
Complementary color
Monochromatic Colors of #4C740D
Black with #4C740D
Text Example
Text Example
White with #4C740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C740D; }
p { color: rgb(76,116,13); }
H1.HeaderClassName
{
color: #4C740D;
}
.AnyTagClassName
{
color: #4C740D;
}
</style>
background-color css
<style>
a { background-color: #4C740D; }
a { background-color: rgb(76,116,13); }
div.DivClassName
{
background-color: #4C740D;
}
.BgClassName
{
background-color: #4C740D;
}
</style>
border-color css
<style>
span { border-color: #4C740D; }
span { border-color: rgb(76,116,13); }
td.TdClassName
{
border-color: #4C740D;
}
.TagClassName
{
border-color: #4C740D;
}
</style>