Shades of Clover #3F502B
Tints of Clover #3F502B
RGB
CMYK
RGB Variations
Color information
#3F502B (or 0x3F502B) is known color: Clover. HEX triplet: 3F, 50 and 2B. RGB value is (63,80,43). Sum of RGB (Red+Green+Blue) = 63+80+43=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #3F502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F502B is #C0AFD4. Grayscale: #464646. Windows color (decimal): -12627925 or 2838591. OLE color: 2838591.
HSL color Cylindrical-coordinate representation of color #3F502B: hue angle of 87.57º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F502B is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 80 | 43 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.69 |
| HSL | 87.57º | 0.3% | 0.24% | - |
| HSV(B) | 87.57º | 0.46% | 0.31% | - |
| XYZ | 5.35 | 6.97 | 3.35 | - |
| YUV | 70.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 43 | 0.21 | 0 | 0.46 | 0.69 | 87.57 | 0.3 | 0.24 |
| Hex | 3F | 50 | 2B | 15 | 0 | 2E | 45 | 58 | 1E | 18 |
| Octal | 77 | 120 | 53 | 25 | 0 | 56 | 105 | 130 | 36 | 30 |
| Binary | 111111 | 1010000 | 101011 | 10101 | 0 | 101110 | 1000101 | 1011000 | 11110 | 11000 |
Color Harmonies of #3F502B
Complementary color
Monochromatic Colors of #3F502B
Black with #3F502B
Text Example
Text Example
White with #3F502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F502B; }
p { color: rgb(63,80,43); }
H1.HeaderClassName
{
color: #3F502B;
}
.AnyTagClassName
{
color: #3F502B;
}
</style>
background-color css
<style>
a { background-color: #3F502B; }
a { background-color: rgb(63,80,43); }
div.DivClassName
{
background-color: #3F502B;
}
.BgClassName
{
background-color: #3F502B;
}
</style>
border-color css
<style>
span { border-color: #3F502B; }
span { border-color: rgb(63,80,43); }
td.TdClassName
{
border-color: #3F502B;
}
.TagClassName
{
border-color: #3F502B;
}
</style>