Shades of Clover #3C581F
Tints of Clover #3C581F
RGB
CMYK
RGB Variations
Color information
#3C581F (or 0x3C581F) is known color: Clover. HEX triplet: 3C, 58 and 1F. RGB value is (60,88,31). Sum of RGB (Red+Green+Blue) = 60+88+31=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #3C581F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C581F is #C3A7E0. Grayscale: #494949. Windows color (decimal): -12822497 or 2054204. OLE color: 2054204.
HSL color Cylindrical-coordinate representation of color #3C581F: hue angle of 89.47º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C581F is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 88 | 31 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.65 |
| HSL | 89.47º | 0.48% | 0.23% | - |
| HSV(B) | 89.47º | 0.65% | 0.35% | - |
| XYZ | 5.6 | 8.04 | 2.55 | - |
| YUV | 73.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 88 | 31 | 0.32 | 0 | 0.65 | 0.65 | 89.47 | 0.48 | 0.23 |
| Hex | 3C | 58 | 1F | 20 | 0 | 41 | 41 | 59 | 30 | 17 |
| Octal | 74 | 130 | 37 | 40 | 0 | 101 | 101 | 131 | 60 | 27 |
| Binary | 111100 | 1011000 | 11111 | 100000 | 0 | 1000001 | 1000001 | 1011001 | 110000 | 10111 |
Color Harmonies of #3C581F
Complementary color
Monochromatic Colors of #3C581F
Black with #3C581F
Text Example
Text Example
White with #3C581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C581F; }
p { color: rgb(60,88,31); }
H1.HeaderClassName
{
color: #3C581F;
}
.AnyTagClassName
{
color: #3C581F;
}
</style>
background-color css
<style>
a { background-color: #3C581F; }
a { background-color: rgb(60,88,31); }
div.DivClassName
{
background-color: #3C581F;
}
.BgClassName
{
background-color: #3C581F;
}
</style>
border-color css
<style>
span { border-color: #3C581F; }
span { border-color: rgb(60,88,31); }
td.TdClassName
{
border-color: #3C581F;
}
.TagClassName
{
border-color: #3C581F;
}
</style>