Shades of Clover #3C5223
Tints of Clover #3C5223
RGB
CMYK
RGB Variations
Color information
#3C5223 (or 0x3C5223) is known color: Clover. HEX triplet: 3C, 52 and 23. RGB value is (60,82,35). Sum of RGB (Red+Green+Blue) = 60+82+35=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 82 - color contains mainly: green. Hex color #3C5223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5223 is #C3ADDC. Grayscale: #464646. Windows color (decimal): -12824029 or 2314812. OLE color: 2314812.
HSL color Cylindrical-coordinate representation of color #3C5223: hue angle of 88.09º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C5223 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 82 | 35 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.68 |
| HSL | 88.09º | 0.4% | 0.23% | - |
| HSV(B) | 88.09º | 0.57% | 0.32% | - |
| XYZ | 5.18 | 7.12 | 2.69 | - |
| YUV | 70.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 35 | 0.27 | 0 | 0.57 | 0.68 | 88.09 | 0.4 | 0.23 |
| Hex | 3C | 52 | 23 | 1B | 0 | 39 | 44 | 58 | 28 | 17 |
| Octal | 74 | 122 | 43 | 33 | 0 | 71 | 104 | 130 | 50 | 27 |
| Binary | 111100 | 1010010 | 100011 | 11011 | 0 | 111001 | 1000100 | 1011000 | 101000 | 10111 |
Color Harmonies of #3C5223
Complementary color
Monochromatic Colors of #3C5223
Black with #3C5223
Text Example
Text Example
White with #3C5223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5223; }
p { color: rgb(60,82,35); }
H1.HeaderClassName
{
color: #3C5223;
}
.AnyTagClassName
{
color: #3C5223;
}
</style>
background-color css
<style>
a { background-color: #3C5223; }
a { background-color: rgb(60,82,35); }
div.DivClassName
{
background-color: #3C5223;
}
.BgClassName
{
background-color: #3C5223;
}
</style>
border-color css
<style>
span { border-color: #3C5223; }
span { border-color: rgb(60,82,35); }
td.TdClassName
{
border-color: #3C5223;
}
.TagClassName
{
border-color: #3C5223;
}
</style>