Shades of Clover #3C5122
Tints of Clover #3C5122
RGB
CMYK
RGB Variations
Color information
#3C5122 (or 0x3C5122) is known color: Clover. HEX triplet: 3C, 51 and 22. RGB value is (60,81,34). Sum of RGB (Red+Green+Blue) = 60+81+34=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #3C5122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5122 is #C3AEDD. Grayscale: #454545. Windows color (decimal): -12824286 or 2249020. OLE color: 2249020.
HSL color Cylindrical-coordinate representation of color #3C5122: hue angle of 86.81º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C5122 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 81 | 34 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.68 |
| HSL | 86.81º | 0.41% | 0.23% | - |
| HSV(B) | 86.81º | 0.58% | 0.32% | - |
| XYZ | 5.09 | 6.96 | 2.59 | - |
| YUV | 69.36 | 108.04 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 34 | 0.26 | 0 | 0.58 | 0.68 | 86.81 | 0.41 | 0.23 |
| Hex | 3C | 51 | 22 | 1A | 0 | 3A | 44 | 57 | 29 | 17 |
| Octal | 74 | 121 | 42 | 32 | 0 | 72 | 104 | 127 | 51 | 27 |
| Binary | 111100 | 1010001 | 100010 | 11010 | 0 | 111010 | 1000100 | 1010111 | 101001 | 10111 |
Color Harmonies of #3C5122
Complementary color
Monochromatic Colors of #3C5122
Black with #3C5122
Text Example
Text Example
White with #3C5122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5122; }
p { color: rgb(60,81,34); }
H1.HeaderClassName
{
color: #3C5122;
}
.AnyTagClassName
{
color: #3C5122;
}
</style>
background-color css
<style>
a { background-color: #3C5122; }
a { background-color: rgb(60,81,34); }
div.DivClassName
{
background-color: #3C5122;
}
.BgClassName
{
background-color: #3C5122;
}
</style>
border-color css
<style>
span { border-color: #3C5122; }
span { border-color: rgb(60,81,34); }
td.TdClassName
{
border-color: #3C5122;
}
.TagClassName
{
border-color: #3C5122;
}
</style>