Shades of Green Leaf #4C7A16
Tints of Green Leaf #4C7A16
RGB
CMYK
RGB Variations
Color information
#4C7A16 (or 0x4C7A16) is known color: Green Leaf. HEX triplet: 4C, 7A and 16. RGB value is (76,122,22). Sum of RGB (Red+Green+Blue) = 76+122+22=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 122 (48.05% from 255 or 55.45% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 122 - color contains mainly: green. Hex color #4C7A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7A16 is #B385E9. Grayscale: #616161. Windows color (decimal): -11765226 or 1473100. OLE color: 1473100.
HSL color Cylindrical-coordinate representation of color #4C7A16: hue angle of 87.6º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C7A16 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 122 | 22 | - |
| CMYK | 0.38 | 0 | 0.82 | 0.52 |
| HSL | 87.6º | 0.69% | 0.28% | - |
| HSV(B) | 87.6º | 0.82% | 0.48% | - |
| XYZ | 10.08 | 15.51 | 3.22 | - |
| YUV | 96.85 | 85.76 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 122 | 22 | 0.38 | 0 | 0.82 | 0.52 | 87.6 | 0.69 | 0.28 |
| Hex | 4C | 7A | 16 | 26 | 0 | 52 | 34 | 58 | 45 | 1C |
| Octal | 114 | 172 | 26 | 46 | 0 | 122 | 64 | 130 | 105 | 34 |
| Binary | 1001100 | 1111010 | 10110 | 100110 | 0 | 1010010 | 110100 | 1011000 | 1000101 | 11100 |
Color Harmonies of #4C7A16
Complementary color
Monochromatic Colors of #4C7A16
Black with #4C7A16
Text Example
Text Example
White with #4C7A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7A16; }
p { color: rgb(76,122,22); }
H1.HeaderClassName
{
color: #4C7A16;
}
.AnyTagClassName
{
color: #4C7A16;
}
</style>
background-color css
<style>
a { background-color: #4C7A16; }
a { background-color: rgb(76,122,22); }
div.DivClassName
{
background-color: #4C7A16;
}
.BgClassName
{
background-color: #4C7A16;
}
</style>
border-color css
<style>
span { border-color: #4C7A16; }
span { border-color: rgb(76,122,22); }
td.TdClassName
{
border-color: #4C7A16;
}
.TagClassName
{
border-color: #4C7A16;
}
</style>