Shades of Green Leaf #4C760A
Tints of Green Leaf #4C760A
RGB
CMYK
RGB Variations
Color information
#4C760A (or 0x4C760A) is known color: Green Leaf. HEX triplet: 4C, 76 and 0A. RGB value is (76,118,10). Sum of RGB (Red+Green+Blue) = 76+118+10=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #4C760A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C760A is #B389F5. Grayscale: #5D5D5D. Windows color (decimal): -11766262 or 685644. OLE color: 685644.
HSL color Cylindrical-coordinate representation of color #4C760A: hue angle of 83.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C760A is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 118 | 10 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.54 |
| HSL | 83.33º | 0.84% | 0.25% | - |
| HSV(B) | 83.33º | 0.92% | 0.46% | - |
| XYZ | 9.51 | 14.52 | 2.59 | - |
| YUV | 93.13 | 81.09 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 118 | 10 | 0.36 | 0 | 0.92 | 0.54 | 83.33 | 0.84 | 0.25 |
| Hex | 4C | 76 | A | 24 | 0 | 5C | 36 | 53 | 54 | 19 |
| Octal | 114 | 166 | 12 | 44 | 0 | 134 | 66 | 123 | 124 | 31 |
| Binary | 1001100 | 1110110 | 1010 | 100100 | 0 | 1011100 | 110110 | 1010011 | 1010100 | 11001 |
Color Harmonies of #4C760A
Complementary color
Monochromatic Colors of #4C760A
Black with #4C760A
Text Example
Text Example
White with #4C760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C760A; }
p { color: rgb(76,118,10); }
H1.HeaderClassName
{
color: #4C760A;
}
.AnyTagClassName
{
color: #4C760A;
}
</style>
background-color css
<style>
a { background-color: #4C760A; }
a { background-color: rgb(76,118,10); }
div.DivClassName
{
background-color: #4C760A;
}
.BgClassName
{
background-color: #4C760A;
}
</style>
border-color css
<style>
span { border-color: #4C760A; }
span { border-color: rgb(76,118,10); }
td.TdClassName
{
border-color: #4C760A;
}
.TagClassName
{
border-color: #4C760A;
}
</style>