Shades of Clover #3C531F
Tints of Clover #3C531F
RGB
CMYK
RGB Variations
Color information
#3C531F (or 0x3C531F) is known color: Clover. HEX triplet: 3C, 53 and 1F. RGB value is (60,83,31). Sum of RGB (Red+Green+Blue) = 60+83+31=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #3C531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C531F is #C3ACE0. Grayscale: #464646. Windows color (decimal): -12823777 or 2052924. OLE color: 2052924.
HSL color Cylindrical-coordinate representation of color #3C531F: hue angle of 86.54º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C531F is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 83 | 31 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.67 |
| HSL | 86.54º | 0.46% | 0.22% | - |
| HSV(B) | 86.54º | 0.63% | 0.33% | - |
| XYZ | 5.2 | 7.25 | 2.42 | - |
| YUV | 70.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 83 | 31 | 0.28 | 0 | 0.63 | 0.67 | 86.54 | 0.46 | 0.22 |
| Hex | 3C | 53 | 1F | 1C | 0 | 3F | 43 | 57 | 2E | 16 |
| Octal | 74 | 123 | 37 | 34 | 0 | 77 | 103 | 127 | 56 | 26 |
| Binary | 111100 | 1010011 | 11111 | 11100 | 0 | 111111 | 1000011 | 1010111 | 101110 | 10110 |
Color Harmonies of #3C531F
Complementary color
Monochromatic Colors of #3C531F
Black with #3C531F
Text Example
Text Example
White with #3C531F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C531F; }
p { color: rgb(60,83,31); }
H1.HeaderClassName
{
color: #3C531F;
}
.AnyTagClassName
{
color: #3C531F;
}
</style>
background-color css
<style>
a { background-color: #3C531F; }
a { background-color: rgb(60,83,31); }
div.DivClassName
{
background-color: #3C531F;
}
.BgClassName
{
background-color: #3C531F;
}
</style>
border-color css
<style>
span { border-color: #3C531F; }
span { border-color: rgb(60,83,31); }
td.TdClassName
{
border-color: #3C531F;
}
.TagClassName
{
border-color: #3C531F;
}
</style>