Shades of Clover #4C602C
Tints of Clover #4C602C
RGB
CMYK
RGB Variations
Color information
#4C602C (or 0x4C602C) is known color: Clover. HEX triplet: 4C, 60 and 2C. RGB value is (76,96,44). Sum of RGB (Red+Green+Blue) = 76+96+44=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #4C602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C602C is #B39FD3. Grayscale: #545454. Windows color (decimal): -11771860 or 2908236. OLE color: 2908236.
HSL color Cylindrical-coordinate representation of color #4C602C: hue angle of 83.08º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C602C is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 96 | 44 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.62 |
| HSL | 83.08º | 0.37% | 0.27% | - |
| HSV(B) | 83.08º | 0.54% | 0.38% | - |
| XYZ | 7.62 | 10.08 | 3.93 | - |
| YUV | 84.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 44 | 0.21 | 0 | 0.54 | 0.62 | 83.08 | 0.37 | 0.27 |
| Hex | 4C | 60 | 2C | 15 | 0 | 36 | 3E | 53 | 25 | 1B |
| Octal | 114 | 140 | 54 | 25 | 0 | 66 | 76 | 123 | 45 | 33 |
| Binary | 1001100 | 1100000 | 101100 | 10101 | 0 | 110110 | 111110 | 1010011 | 100101 | 11011 |
Color Harmonies of #4C602C
Complementary color
Monochromatic Colors of #4C602C
Black with #4C602C
Text Example
Text Example
White with #4C602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C602C; }
p { color: rgb(76,96,44); }
H1.HeaderClassName
{
color: #4C602C;
}
.AnyTagClassName
{
color: #4C602C;
}
</style>
background-color css
<style>
a { background-color: #4C602C; }
a { background-color: rgb(76,96,44); }
div.DivClassName
{
background-color: #4C602C;
}
.BgClassName
{
background-color: #4C602C;
}
</style>
border-color css
<style>
span { border-color: #4C602C; }
span { border-color: rgb(76,96,44); }
td.TdClassName
{
border-color: #4C602C;
}
.TagClassName
{
border-color: #4C602C;
}
</style>