Shades of Clover #3C5420
Tints of Clover #3C5420
RGB
CMYK
RGB Variations
Color information
#3C5420 (or 0x3C5420) is known color: Clover. HEX triplet: 3C, 54 and 20. RGB value is (60,84,32). Sum of RGB (Red+Green+Blue) = 60+84+32=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #3C5420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5420 is #C3ABDF. Grayscale: #474747. Windows color (decimal): -12823520 or 2118716. OLE color: 2118716.
HSL color Cylindrical-coordinate representation of color #3C5420: hue angle of 87.69º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C5420 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 84 | 32 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.67 |
| HSL | 87.69º | 0.45% | 0.23% | - |
| HSV(B) | 87.69º | 0.62% | 0.33% | - |
| XYZ | 5.29 | 7.41 | 2.52 | - |
| YUV | 70.9 | 106.05 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 32 | 0.29 | 0 | 0.62 | 0.67 | 87.69 | 0.45 | 0.23 |
| Hex | 3C | 54 | 20 | 1D | 0 | 3E | 43 | 58 | 2D | 17 |
| Octal | 74 | 124 | 40 | 35 | 0 | 76 | 103 | 130 | 55 | 27 |
| Binary | 111100 | 1010100 | 100000 | 11101 | 0 | 111110 | 1000011 | 1011000 | 101101 | 10111 |
Color Harmonies of #3C5420
Complementary color
Monochromatic Colors of #3C5420
Black with #3C5420
Text Example
Text Example
White with #3C5420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5420; }
p { color: rgb(60,84,32); }
H1.HeaderClassName
{
color: #3C5420;
}
.AnyTagClassName
{
color: #3C5420;
}
</style>
background-color css
<style>
a { background-color: #3C5420; }
a { background-color: rgb(60,84,32); }
div.DivClassName
{
background-color: #3C5420;
}
.BgClassName
{
background-color: #3C5420;
}
</style>
border-color css
<style>
span { border-color: #3C5420; }
span { border-color: rgb(60,84,32); }
td.TdClassName
{
border-color: #3C5420;
}
.TagClassName
{
border-color: #3C5420;
}
</style>