Shades of Green Leaf #4C7821
Tints of Green Leaf #4C7821
RGB
CMYK
RGB Variations
Color information
#4C7821 (or 0x4C7821) is known color: Green Leaf. HEX triplet: 4C, 78 and 21. RGB value is (76,120,33). Sum of RGB (Red+Green+Blue) = 76+120+33=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #4C7821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7821 is #B387DE. Grayscale: #616161. Windows color (decimal): -11765727 or 2193484. OLE color: 2193484.
HSL color Cylindrical-coordinate representation of color #4C7821: hue angle of 90.34º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C7821 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 120 | 33 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.53 |
| HSL | 90.34º | 0.57% | 0.3% | - |
| HSV(B) | 90.34º | 0.73% | 0.47% | - |
| XYZ | 9.97 | 15.08 | 3.82 | - |
| YUV | 96.93 | 91.92 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 120 | 33 | 0.37 | 0 | 0.72 | 0.53 | 90.34 | 0.57 | 0.3 |
| Hex | 4C | 78 | 21 | 25 | 0 | 48 | 35 | 5A | 39 | 1E |
| Octal | 114 | 170 | 41 | 45 | 0 | 110 | 65 | 132 | 71 | 36 |
| Binary | 1001100 | 1111000 | 100001 | 100101 | 0 | 1001000 | 110101 | 1011010 | 111001 | 11110 |
Color Harmonies of #4C7821
Complementary color
Monochromatic Colors of #4C7821
Black with #4C7821
Text Example
Text Example
White with #4C7821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7821; }
p { color: rgb(76,120,33); }
H1.HeaderClassName
{
color: #4C7821;
}
.AnyTagClassName
{
color: #4C7821;
}
</style>
background-color css
<style>
a { background-color: #4C7821; }
a { background-color: rgb(76,120,33); }
div.DivClassName
{
background-color: #4C7821;
}
.BgClassName
{
background-color: #4C7821;
}
</style>
border-color css
<style>
span { border-color: #4C7821; }
span { border-color: rgb(76,120,33); }
td.TdClassName
{
border-color: #4C7821;
}
.TagClassName
{
border-color: #4C7821;
}
</style>