Shades of Green Leaf #4C7321
Tints of Green Leaf #4C7321
RGB
CMYK
RGB Variations
Color information
#4C7321 (or 0x4C7321) is known color: Green Leaf. HEX triplet: 4C, 73 and 21. RGB value is (76,115,33). Sum of RGB (Red+Green+Blue) = 76+115+33=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #4C7321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7321 is #B38CDE. Grayscale: #5E5E5E. Windows color (decimal): -11767007 or 2192204. OLE color: 2192204.
HSL color Cylindrical-coordinate representation of color #4C7321: hue angle of 88.54º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C7321 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 115 | 33 | - |
| CMYK | 0.34 | 0 | 0.71 | 0.55 |
| HSL | 88.54º | 0.55% | 0.29% | - |
| HSV(B) | 88.54º | 0.71% | 0.45% | - |
| XYZ | 9.39 | 13.91 | 3.63 | - |
| YUV | 93.99 | 93.58 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 33 | 0.34 | 0 | 0.71 | 0.55 | 88.54 | 0.55 | 0.29 |
| Hex | 4C | 73 | 21 | 22 | 0 | 47 | 37 | 59 | 37 | 1D |
| Octal | 114 | 163 | 41 | 42 | 0 | 107 | 67 | 131 | 67 | 35 |
| Binary | 1001100 | 1110011 | 100001 | 100010 | 0 | 1000111 | 110111 | 1011001 | 110111 | 11101 |
Color Harmonies of #4C7321
Complementary color
Monochromatic Colors of #4C7321
Black with #4C7321
Text Example
Text Example
White with #4C7321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7321; }
p { color: rgb(76,115,33); }
H1.HeaderClassName
{
color: #4C7321;
}
.AnyTagClassName
{
color: #4C7321;
}
</style>
background-color css
<style>
a { background-color: #4C7321; }
a { background-color: rgb(76,115,33); }
div.DivClassName
{
background-color: #4C7321;
}
.BgClassName
{
background-color: #4C7321;
}
</style>
border-color css
<style>
span { border-color: #4C7321; }
span { border-color: rgb(76,115,33); }
td.TdClassName
{
border-color: #4C7321;
}
.TagClassName
{
border-color: #4C7321;
}
</style>