Shades of Clover #3F562C
Tints of Clover #3F562C
RGB
CMYK
RGB Variations
Color information
#3F562C (or 0x3F562C) is known color: Clover. HEX triplet: 3F, 56 and 2C. RGB value is (63,86,44). Sum of RGB (Red+Green+Blue) = 63+86+44=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #3F562C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F562C is #C0A9D3. Grayscale: #4A4A4A. Windows color (decimal): -12626388 or 2905663. OLE color: 2905663.
HSL color Cylindrical-coordinate representation of color #3F562C: hue angle of 92.86º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F562C is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 86 | 44 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.66 |
| HSL | 92.86º | 0.32% | 0.25% | - |
| HSV(B) | 92.86º | 0.49% | 0.34% | - |
| XYZ | 5.83 | 7.89 | 3.6 | - |
| YUV | 74.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 86 | 44 | 0.27 | 0 | 0.49 | 0.66 | 92.86 | 0.32 | 0.25 |
| Hex | 3F | 56 | 2C | 1B | 0 | 31 | 42 | 5D | 20 | 19 |
| Octal | 77 | 126 | 54 | 33 | 0 | 61 | 102 | 135 | 40 | 31 |
| Binary | 111111 | 1010110 | 101100 | 11011 | 0 | 110001 | 1000010 | 1011101 | 100000 | 11001 |
Color Harmonies of #3F562C
Complementary color
Monochromatic Colors of #3F562C
Black with #3F562C
Text Example
Text Example
White with #3F562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F562C; }
p { color: rgb(63,86,44); }
H1.HeaderClassName
{
color: #3F562C;
}
.AnyTagClassName
{
color: #3F562C;
}
</style>
background-color css
<style>
a { background-color: #3F562C; }
a { background-color: rgb(63,86,44); }
div.DivClassName
{
background-color: #3F562C;
}
.BgClassName
{
background-color: #3F562C;
}
</style>
border-color css
<style>
span { border-color: #3F562C; }
span { border-color: rgb(63,86,44); }
td.TdClassName
{
border-color: #3F562C;
}
.TagClassName
{
border-color: #3F562C;
}
</style>