Shades of Green Leaf #4C790C
Tints of Green Leaf #4C790C
RGB
CMYK
RGB Variations
Color information
#4C790C (or 0x4C790C) is known color: Green Leaf. HEX triplet: 4C, 79 and 0C. RGB value is (76,121,12). Sum of RGB (Red+Green+Blue) = 76+121+12=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 121 (47.66% from 255 or 57.89% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 121 - color contains mainly: green. Hex color #4C790C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C790C is #B386F3. Grayscale: #5F5F5F. Windows color (decimal): -11765492 or 817484. OLE color: 817484.
HSL color Cylindrical-coordinate representation of color #4C790C: hue angle of 84.77º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C790C is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 121 | 12 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.53 |
| HSL | 84.77º | 0.82% | 0.26% | - |
| HSV(B) | 84.77º | 0.9% | 0.47% | - |
| XYZ | 9.88 | 15.24 | 2.77 | - |
| YUV | 95.12 | 81.09 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 121 | 12 | 0.37 | 0 | 0.90 | 0.53 | 84.77 | 0.82 | 0.26 |
| Hex | 4C | 79 | C | 25 | 0 | 5A | 35 | 55 | 52 | 1A |
| Octal | 114 | 171 | 14 | 45 | 0 | 132 | 65 | 125 | 122 | 32 |
| Binary | 1001100 | 1111001 | 1100 | 100101 | 0 | 1011010 | 110101 | 1010101 | 1010010 | 11010 |
Color Harmonies of #4C790C
Complementary color
Monochromatic Colors of #4C790C
Black with #4C790C
Text Example
Text Example
White with #4C790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C790C; }
p { color: rgb(76,121,12); }
H1.HeaderClassName
{
color: #4C790C;
}
.AnyTagClassName
{
color: #4C790C;
}
</style>
background-color css
<style>
a { background-color: #4C790C; }
a { background-color: rgb(76,121,12); }
div.DivClassName
{
background-color: #4C790C;
}
.BgClassName
{
background-color: #4C790C;
}
</style>
border-color css
<style>
span { border-color: #4C790C; }
span { border-color: rgb(76,121,12); }
td.TdClassName
{
border-color: #4C790C;
}
.TagClassName
{
border-color: #4C790C;
}
</style>