Shades of Clover #3F532D
Tints of Clover #3F532D
RGB
CMYK
RGB Variations
Color information
#3F532D (or 0x3F532D) is known color: Clover. HEX triplet: 3F, 53 and 2D. RGB value is (63,83,45). Sum of RGB (Red+Green+Blue) = 63+83+45=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #3F532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F532D is #C0ACD2. Grayscale: #484848. Windows color (decimal): -12627155 or 2970431. OLE color: 2970431.
HSL color Cylindrical-coordinate representation of color #3F532D: hue angle of 91.58º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F532D is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 83 | 45 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.67 |
| HSL | 91.58º | 0.3% | 0.25% | - |
| HSV(B) | 91.58º | 0.46% | 0.33% | - |
| XYZ | 5.62 | 7.43 | 3.62 | - |
| YUV | 72.69 | 112.37 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 45 | 0.24 | 0 | 0.46 | 0.67 | 91.58 | 0.3 | 0.25 |
| Hex | 3F | 53 | 2D | 18 | 0 | 2E | 43 | 5C | 1E | 19 |
| Octal | 77 | 123 | 55 | 30 | 0 | 56 | 103 | 134 | 36 | 31 |
| Binary | 111111 | 1010011 | 101101 | 11000 | 0 | 101110 | 1000011 | 1011100 | 11110 | 11001 |
Color Harmonies of #3F532D
Complementary color
Monochromatic Colors of #3F532D
Black with #3F532D
Text Example
Text Example
White with #3F532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F532D; }
p { color: rgb(63,83,45); }
H1.HeaderClassName
{
color: #3F532D;
}
.AnyTagClassName
{
color: #3F532D;
}
</style>
background-color css
<style>
a { background-color: #3F532D; }
a { background-color: rgb(63,83,45); }
div.DivClassName
{
background-color: #3F532D;
}
.BgClassName
{
background-color: #3F532D;
}
</style>
border-color css
<style>
span { border-color: #3F532D; }
span { border-color: rgb(63,83,45); }
td.TdClassName
{
border-color: #3F532D;
}
.TagClassName
{
border-color: #3F532D;
}
</style>