Shades of Green Leaf #4C7621
Tints of Green Leaf #4C7621
RGB
CMYK
RGB Variations
Color information
#4C7621 (or 0x4C7621) is known color: Green Leaf. HEX triplet: 4C, 76 and 21. RGB value is (76,118,33). Sum of RGB (Red+Green+Blue) = 76+118+33=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #4C7621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7621 is #B389DE. Grayscale: #606060. Windows color (decimal): -11766239 or 2192972. OLE color: 2192972.
HSL color Cylindrical-coordinate representation of color #4C7621: hue angle of 89.65º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C7621 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 118 | 33 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.54 |
| HSL | 89.65º | 0.56% | 0.3% | - |
| HSV(B) | 89.65º | 0.72% | 0.46% | - |
| XYZ | 9.73 | 14.6 | 3.74 | - |
| YUV | 95.75 | 92.59 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 118 | 33 | 0.36 | 0 | 0.72 | 0.54 | 89.65 | 0.56 | 0.3 |
| Hex | 4C | 76 | 21 | 24 | 0 | 48 | 36 | 5A | 38 | 1E |
| Octal | 114 | 166 | 41 | 44 | 0 | 110 | 66 | 132 | 70 | 36 |
| Binary | 1001100 | 1110110 | 100001 | 100100 | 0 | 1001000 | 110110 | 1011010 | 111000 | 11110 |
Color Harmonies of #4C7621
Complementary color
Monochromatic Colors of #4C7621
Black with #4C7621
Text Example
Text Example
White with #4C7621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7621; }
p { color: rgb(76,118,33); }
H1.HeaderClassName
{
color: #4C7621;
}
.AnyTagClassName
{
color: #4C7621;
}
</style>
background-color css
<style>
a { background-color: #4C7621; }
a { background-color: rgb(76,118,33); }
div.DivClassName
{
background-color: #4C7621;
}
.BgClassName
{
background-color: #4C7621;
}
</style>
border-color css
<style>
span { border-color: #4C7621; }
span { border-color: rgb(76,118,33); }
td.TdClassName
{
border-color: #4C7621;
}
.TagClassName
{
border-color: #4C7621;
}
</style>