Shades of Clover #3F5429
Tints of Clover #3F5429
RGB
CMYK
RGB Variations
Color information
#3F5429 (or 0x3F5429) is known color: Clover. HEX triplet: 3F, 54 and 29. RGB value is (63,84,41). Sum of RGB (Red+Green+Blue) = 63+84+41=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #3F5429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5429 is #C0ABD6. Grayscale: #484848. Windows color (decimal): -12626903 or 2708543. OLE color: 2708543.
HSL color Cylindrical-coordinate representation of color #3F5429: hue angle of 89.3º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F5429 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 84 | 41 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.67 |
| HSL | 89.3º | 0.34% | 0.25% | - |
| HSV(B) | 89.3º | 0.51% | 0.33% | - |
| XYZ | 5.62 | 7.56 | 3.26 | - |
| YUV | 72.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 41 | 0.25 | 0 | 0.51 | 0.67 | 89.3 | 0.34 | 0.25 |
| Hex | 3F | 54 | 29 | 19 | 0 | 33 | 43 | 59 | 22 | 19 |
| Octal | 77 | 124 | 51 | 31 | 0 | 63 | 103 | 131 | 42 | 31 |
| Binary | 111111 | 1010100 | 101001 | 11001 | 0 | 110011 | 1000011 | 1011001 | 100010 | 11001 |
Color Harmonies of #3F5429
Complementary color
Monochromatic Colors of #3F5429
Black with #3F5429
Text Example
Text Example
White with #3F5429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5429; }
p { color: rgb(63,84,41); }
H1.HeaderClassName
{
color: #3F5429;
}
.AnyTagClassName
{
color: #3F5429;
}
</style>
background-color css
<style>
a { background-color: #3F5429; }
a { background-color: rgb(63,84,41); }
div.DivClassName
{
background-color: #3F5429;
}
.BgClassName
{
background-color: #3F5429;
}
</style>
border-color css
<style>
span { border-color: #3F5429; }
span { border-color: rgb(63,84,41); }
td.TdClassName
{
border-color: #3F5429;
}
.TagClassName
{
border-color: #3F5429;
}
</style>