Shades of Clover #3F532A
Tints of Clover #3F532A
RGB
CMYK
RGB Variations
Color information
#3F532A (or 0x3F532A) is known color: Clover. HEX triplet: 3F, 53 and 2A. RGB value is (63,83,42). Sum of RGB (Red+Green+Blue) = 63+83+42=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #3F532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F532A is #C0ACD5. Grayscale: #484848. Windows color (decimal): -12627158 or 2773823. OLE color: 2773823.
HSL color Cylindrical-coordinate representation of color #3F532A: hue angle of 89.27º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F532A is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 83 | 42 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.67 |
| HSL | 89.27º | 0.33% | 0.25% | - |
| HSV(B) | 89.27º | 0.49% | 0.33% | - |
| XYZ | 5.56 | 7.41 | 3.33 | - |
| YUV | 72.35 | 110.87 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 42 | 0.24 | 0 | 0.49 | 0.67 | 89.27 | 0.33 | 0.25 |
| Hex | 3F | 53 | 2A | 18 | 0 | 31 | 43 | 59 | 21 | 19 |
| Octal | 77 | 123 | 52 | 30 | 0 | 61 | 103 | 131 | 41 | 31 |
| Binary | 111111 | 1010011 | 101010 | 11000 | 0 | 110001 | 1000011 | 1011001 | 100001 | 11001 |
Color Harmonies of #3F532A
Complementary color
Monochromatic Colors of #3F532A
Black with #3F532A
Text Example
Text Example
White with #3F532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F532A; }
p { color: rgb(63,83,42); }
H1.HeaderClassName
{
color: #3F532A;
}
.AnyTagClassName
{
color: #3F532A;
}
</style>
background-color css
<style>
a { background-color: #3F532A; }
a { background-color: rgb(63,83,42); }
div.DivClassName
{
background-color: #3F532A;
}
.BgClassName
{
background-color: #3F532A;
}
</style>
border-color css
<style>
span { border-color: #3F532A; }
span { border-color: rgb(63,83,42); }
td.TdClassName
{
border-color: #3F532A;
}
.TagClassName
{
border-color: #3F532A;
}
</style>