Shades of Grey-Asparagus #3F5640
Tints of Grey-Asparagus #3F5640
RGB
CMYK
RGB Variations
Color information
#3F5640 (or 0x3F5640) is known color: Grey-Asparagus. HEX triplet: 3F, 56 and 40. RGB value is (63,86,64). Sum of RGB (Red+Green+Blue) = 63+86+64=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 86 - color contains mainly: green. Hex color #3F5640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5640 is #C0A9BF. Grayscale: #4C4C4C. Windows color (decimal): -12626368 or 4216383. OLE color: 4216383.
HSL color Cylindrical-coordinate representation of color #3F5640: hue angle of 122.61º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F5640 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 86 | 64 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.66 |
| HSL | 122.61º | 0.15% | 0.29% | - |
| HSV(B) | 122.61º | 0.27% | 0.34% | - |
| XYZ | 6.3 | 8.08 | 6.08 | - |
| YUV | 76.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 86 | 64 | 0.27 | 0 | 0.26 | 0.66 | 122.61 | 0.15 | 0.29 |
| Hex | 3F | 56 | 40 | 1B | 0 | 1A | 42 | 7B | F | 1D |
| Octal | 77 | 126 | 100 | 33 | 0 | 32 | 102 | 173 | 17 | 35 |
| Binary | 111111 | 1010110 | 1000000 | 11011 | 0 | 11010 | 1000010 | 1111011 | 1111 | 11101 |
Color Harmonies of #3F5640
Complementary color
Monochromatic Colors of #3F5640
Black with #3F5640
Text Example
Text Example
White with #3F5640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5640; }
p { color: rgb(63,86,64); }
H1.HeaderClassName
{
color: #3F5640;
}
.AnyTagClassName
{
color: #3F5640;
}
</style>
background-color css
<style>
a { background-color: #3F5640; }
a { background-color: rgb(63,86,64); }
div.DivClassName
{
background-color: #3F5640;
}
.BgClassName
{
background-color: #3F5640;
}
</style>
border-color css
<style>
span { border-color: #3F5640; }
span { border-color: rgb(63,86,64); }
td.TdClassName
{
border-color: #3F5640;
}
.TagClassName
{
border-color: #3F5640;
}
</style>