Shades of Clover #3C5224
Tints of Clover #3C5224
RGB
CMYK
RGB Variations
Color information
#3C5224 (or 0x3C5224) is known color: Clover. HEX triplet: 3C, 52 and 24. RGB value is (60,82,36). Sum of RGB (Red+Green+Blue) = 60+82+36=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #3C5224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5224 is #C3ADDB. Grayscale: #464646. Windows color (decimal): -12824028 or 2380348. OLE color: 2380348.
HSL color Cylindrical-coordinate representation of color #3C5224: hue angle of 88.7º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C5224 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 82 | 36 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.68 |
| HSL | 88.7º | 0.39% | 0.23% | - |
| HSV(B) | 88.7º | 0.56% | 0.32% | - |
| XYZ | 5.2 | 7.12 | 2.77 | - |
| YUV | 70.18 | 108.71 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 36 | 0.27 | 0 | 0.56 | 0.68 | 88.7 | 0.39 | 0.23 |
| Hex | 3C | 52 | 24 | 1B | 0 | 38 | 44 | 59 | 27 | 17 |
| Octal | 74 | 122 | 44 | 33 | 0 | 70 | 104 | 131 | 47 | 27 |
| Binary | 111100 | 1010010 | 100100 | 11011 | 0 | 111000 | 1000100 | 1011001 | 100111 | 10111 |
Color Harmonies of #3C5224
Complementary color
Monochromatic Colors of #3C5224
Black with #3C5224
Text Example
Text Example
White with #3C5224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5224; }
p { color: rgb(60,82,36); }
H1.HeaderClassName
{
color: #3C5224;
}
.AnyTagClassName
{
color: #3C5224;
}
</style>
background-color css
<style>
a { background-color: #3C5224; }
a { background-color: rgb(60,82,36); }
div.DivClassName
{
background-color: #3C5224;
}
.BgClassName
{
background-color: #3C5224;
}
</style>
border-color css
<style>
span { border-color: #3C5224; }
span { border-color: rgb(60,82,36); }
td.TdClassName
{
border-color: #3C5224;
}
.TagClassName
{
border-color: #3C5224;
}
</style>