Shades of Grey-Asparagus #3F5240
Tints of Grey-Asparagus #3F5240
RGB
CMYK
RGB Variations
Color information
#3F5240 (or 0x3F5240) is known color: Grey-Asparagus. HEX triplet: 3F, 52 and 40. RGB value is (63,82,64). Sum of RGB (Red+Green+Blue) = 63+82+64=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 82 - color contains mainly: green. Hex color #3F5240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5240 is #C0ADBF. Grayscale: #4A4A4A. Windows color (decimal): -12627392 or 4215359. OLE color: 4215359.
HSL color Cylindrical-coordinate representation of color #3F5240: hue angle of 123.16º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F5240 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 82 | 64 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.68 |
| HSL | 123.16º | 0.13% | 0.28% | - |
| HSV(B) | 123.16º | 0.23% | 0.32% | - |
| XYZ | 5.99 | 7.46 | 5.97 | - |
| YUV | 74.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 64 | 0.23 | 0 | 0.22 | 0.68 | 123.16 | 0.13 | 0.28 |
| Hex | 3F | 52 | 40 | 17 | 0 | 16 | 44 | 7B | D | 1C |
| Octal | 77 | 122 | 100 | 27 | 0 | 26 | 104 | 173 | 15 | 34 |
| Binary | 111111 | 1010010 | 1000000 | 10111 | 0 | 10110 | 1000100 | 1111011 | 1101 | 11100 |
Color Harmonies of #3F5240
Complementary color
Monochromatic Colors of #3F5240
Black with #3F5240
Text Example
Text Example
White with #3F5240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5240; }
p { color: rgb(63,82,64); }
H1.HeaderClassName
{
color: #3F5240;
}
.AnyTagClassName
{
color: #3F5240;
}
</style>
background-color css
<style>
a { background-color: #3F5240; }
a { background-color: rgb(63,82,64); }
div.DivClassName
{
background-color: #3F5240;
}
.BgClassName
{
background-color: #3F5240;
}
</style>
border-color css
<style>
span { border-color: #3F5240; }
span { border-color: rgb(63,82,64); }
td.TdClassName
{
border-color: #3F5240;
}
.TagClassName
{
border-color: #3F5240;
}
</style>