Shades of Clover #3F522C
Tints of Clover #3F522C
RGB
CMYK
RGB Variations
Color information
#3F522C (or 0x3F522C) is known color: Clover. HEX triplet: 3F, 52 and 2C. RGB value is (63,82,44). Sum of RGB (Red+Green+Blue) = 63+82+44=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #3F522C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F522C is #C0ADD3. Grayscale: #484848. Windows color (decimal): -12627412 or 2904639. OLE color: 2904639.
HSL color Cylindrical-coordinate representation of color #3F522C: hue angle of 90º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F522C is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 82 | 44 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.68 |
| HSL | 90º | 0.3% | 0.25% | - |
| HSV(B) | 90º | 0.46% | 0.32% | - |
| XYZ | 5.52 | 7.27 | 3.5 | - |
| YUV | 71.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 44 | 0.23 | 0 | 0.46 | 0.68 | 90 | 0.3 | 0.25 |
| Hex | 3F | 52 | 2C | 17 | 0 | 2E | 44 | 5A | 1E | 19 |
| Octal | 77 | 122 | 54 | 27 | 0 | 56 | 104 | 132 | 36 | 31 |
| Binary | 111111 | 1010010 | 101100 | 10111 | 0 | 101110 | 1000100 | 1011010 | 11110 | 11001 |
Color Harmonies of #3F522C
Complementary color
Monochromatic Colors of #3F522C
Black with #3F522C
Text Example
Text Example
White with #3F522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F522C; }
p { color: rgb(63,82,44); }
H1.HeaderClassName
{
color: #3F522C;
}
.AnyTagClassName
{
color: #3F522C;
}
</style>
background-color css
<style>
a { background-color: #3F522C; }
a { background-color: rgb(63,82,44); }
div.DivClassName
{
background-color: #3F522C;
}
.BgClassName
{
background-color: #3F522C;
}
</style>
border-color css
<style>
span { border-color: #3F522C; }
span { border-color: rgb(63,82,44); }
td.TdClassName
{
border-color: #3F522C;
}
.TagClassName
{
border-color: #3F522C;
}
</style>