Shades of Clover #3F522B
Tints of Clover #3F522B
RGB
CMYK
RGB Variations
Color information
#3F522B (or 0x3F522B) is known color: Clover. HEX triplet: 3F, 52 and 2B. RGB value is (63,82,43). Sum of RGB (Red+Green+Blue) = 63+82+43=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #3F522B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F522B is #C0ADD4. Grayscale: #484848. Windows color (decimal): -12627413 or 2839103. OLE color: 2839103.
HSL color Cylindrical-coordinate representation of color #3F522B: hue angle of 89.23º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F522B is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 82 | 43 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.68 |
| HSL | 89.23º | 0.31% | 0.25% | - |
| HSV(B) | 89.23º | 0.48% | 0.32% | - |
| XYZ | 5.5 | 7.27 | 3.4 | - |
| YUV | 71.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 43 | 0.23 | 0 | 0.48 | 0.68 | 89.23 | 0.31 | 0.25 |
| Hex | 3F | 52 | 2B | 17 | 0 | 30 | 44 | 59 | 1F | 19 |
| Octal | 77 | 122 | 53 | 27 | 0 | 60 | 104 | 131 | 37 | 31 |
| Binary | 111111 | 1010010 | 101011 | 10111 | 0 | 110000 | 1000100 | 1011001 | 11111 | 11001 |
Color Harmonies of #3F522B
Complementary color
Monochromatic Colors of #3F522B
Black with #3F522B
Text Example
Text Example
White with #3F522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F522B; }
p { color: rgb(63,82,43); }
H1.HeaderClassName
{
color: #3F522B;
}
.AnyTagClassName
{
color: #3F522B;
}
</style>
background-color css
<style>
a { background-color: #3F522B; }
a { background-color: rgb(63,82,43); }
div.DivClassName
{
background-color: #3F522B;
}
.BgClassName
{
background-color: #3F522B;
}
</style>
border-color css
<style>
span { border-color: #3F522B; }
span { border-color: rgb(63,82,43); }
td.TdClassName
{
border-color: #3F522B;
}
.TagClassName
{
border-color: #3F522B;
}
</style>