Shades of Clover #3F5029
Tints of Clover #3F5029
RGB
CMYK
RGB Variations
Color information
#3F5029 (or 0x3F5029) is known color: Clover. HEX triplet: 3F, 50 and 29. RGB value is (63,80,41). Sum of RGB (Red+Green+Blue) = 63+80+41=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #3F5029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5029 is #C0AFD6. Grayscale: #464646. Windows color (decimal): -12627927 or 2707519. OLE color: 2707519.
HSL color Cylindrical-coordinate representation of color #3F5029: hue angle of 86.15º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F5029 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 80 | 41 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.69 |
| HSL | 86.15º | 0.32% | 0.24% | - |
| HSV(B) | 86.15º | 0.49% | 0.31% | - |
| XYZ | 5.32 | 6.95 | 3.16 | - |
| YUV | 70.47 | 111.37 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 41 | 0.21 | 0 | 0.49 | 0.69 | 86.15 | 0.32 | 0.24 |
| Hex | 3F | 50 | 29 | 15 | 0 | 31 | 45 | 56 | 20 | 18 |
| Octal | 77 | 120 | 51 | 25 | 0 | 61 | 105 | 126 | 40 | 30 |
| Binary | 111111 | 1010000 | 101001 | 10101 | 0 | 110001 | 1000101 | 1010110 | 100000 | 11000 |
Color Harmonies of #3F5029
Complementary color
Monochromatic Colors of #3F5029
Black with #3F5029
Text Example
Text Example
White with #3F5029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5029; }
p { color: rgb(63,80,41); }
H1.HeaderClassName
{
color: #3F5029;
}
.AnyTagClassName
{
color: #3F5029;
}
</style>
background-color css
<style>
a { background-color: #3F5029; }
a { background-color: rgb(63,80,41); }
div.DivClassName
{
background-color: #3F5029;
}
.BgClassName
{
background-color: #3F5029;
}
</style>
border-color css
<style>
span { border-color: #3F5029; }
span { border-color: rgb(63,80,41); }
td.TdClassName
{
border-color: #3F5029;
}
.TagClassName
{
border-color: #3F5029;
}
</style>