Shades of Green Leaf #4C780A
Tints of Green Leaf #4C780A
RGB
CMYK
RGB Variations
Color information
#4C780A (or 0x4C780A) is known color: Green Leaf. HEX triplet: 4C, 78 and 0A. RGB value is (76,120,10). Sum of RGB (Red+Green+Blue) = 76+120+10=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 120 (47.27% from 255 or 58.25% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 120 - color contains mainly: green. Hex color #4C780A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C780A is #B387F5. Grayscale: #5E5E5E. Windows color (decimal): -11765750 or 686156. OLE color: 686156.
HSL color Cylindrical-coordinate representation of color #4C780A: hue angle of 84º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C780A is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 120 | 10 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.53 |
| HSL | 84º | 0.85% | 0.25% | - |
| HSV(B) | 84º | 0.92% | 0.47% | - |
| XYZ | 9.75 | 14.99 | 2.67 | - |
| YUV | 94.3 | 80.42 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 120 | 10 | 0.37 | 0 | 0.92 | 0.53 | 84 | 0.85 | 0.25 |
| Hex | 4C | 78 | A | 25 | 0 | 5C | 35 | 54 | 55 | 19 |
| Octal | 114 | 170 | 12 | 45 | 0 | 134 | 65 | 124 | 125 | 31 |
| Binary | 1001100 | 1111000 | 1010 | 100101 | 0 | 1011100 | 110101 | 1010100 | 1010101 | 11001 |
Color Harmonies of #4C780A
Complementary color
Monochromatic Colors of #4C780A
Black with #4C780A
Text Example
Text Example
White with #4C780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C780A; }
p { color: rgb(76,120,10); }
H1.HeaderClassName
{
color: #4C780A;
}
.AnyTagClassName
{
color: #4C780A;
}
</style>
background-color css
<style>
a { background-color: #4C780A; }
a { background-color: rgb(76,120,10); }
div.DivClassName
{
background-color: #4C780A;
}
.BgClassName
{
background-color: #4C780A;
}
</style>
border-color css
<style>
span { border-color: #4C780A; }
span { border-color: rgb(76,120,10); }
td.TdClassName
{
border-color: #4C780A;
}
.TagClassName
{
border-color: #4C780A;
}
</style>