Shades of Green Leaf #4C7C10
Tints of Green Leaf #4C7C10
RGB
CMYK
RGB Variations
Color information
#4C7C10 (or 0x4C7C10) is known color: Green Leaf. HEX triplet: 4C, 7C and 10. RGB value is (76,124,16). Sum of RGB (Red+Green+Blue) = 76+124+16=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 124 (48.83% from 255 or 57.41% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 124 - color contains mainly: green. Hex color #4C7C10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7C10 is #B383EF. Grayscale: #616161. Windows color (decimal): -11764720 or 1080396. OLE color: 1080396.
HSL color Cylindrical-coordinate representation of color #4C7C10: hue angle of 86.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C7C10 is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 124 | 16 | - |
| CMYK | 0.39 | 0 | 0.87 | 0.51 |
| HSL | 86.67º | 0.77% | 0.27% | - |
| HSV(B) | 86.67º | 0.87% | 0.49% | - |
| XYZ | 10.28 | 15.99 | 3.03 | - |
| YUV | 97.34 | 82.1 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 124 | 16 | 0.39 | 0 | 0.87 | 0.51 | 86.67 | 0.77 | 0.27 |
| Hex | 4C | 7C | 10 | 27 | 0 | 57 | 33 | 57 | 4D | 1B |
| Octal | 114 | 174 | 20 | 47 | 0 | 127 | 63 | 127 | 115 | 33 |
| Binary | 1001100 | 1111100 | 10000 | 100111 | 0 | 1010111 | 110011 | 1010111 | 1001101 | 11011 |
Color Harmonies of #4C7C10
Complementary color
Monochromatic Colors of #4C7C10
Black with #4C7C10
Text Example
Text Example
White with #4C7C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7C10; }
p { color: rgb(76,124,16); }
H1.HeaderClassName
{
color: #4C7C10;
}
.AnyTagClassName
{
color: #4C7C10;
}
</style>
background-color css
<style>
a { background-color: #4C7C10; }
a { background-color: rgb(76,124,16); }
div.DivClassName
{
background-color: #4C7C10;
}
.BgClassName
{
background-color: #4C7C10;
}
</style>
border-color css
<style>
span { border-color: #4C7C10; }
span { border-color: rgb(76,124,16); }
td.TdClassName
{
border-color: #4C7C10;
}
.TagClassName
{
border-color: #4C7C10;
}
</style>