Shades of Grey-Asparagus #3F5D40
Tints of Grey-Asparagus #3F5D40
RGB
CMYK
RGB Variations
Color information
#3F5D40 (or 0x3F5D40) is known color: Grey-Asparagus. HEX triplet: 3F, 5D and 40. RGB value is (63,93,64). Sum of RGB (Red+Green+Blue) = 63+93+64=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 93 - color contains mainly: green. Hex color #3F5D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5D40 is #C0A2BF. Grayscale: #505050. Windows color (decimal): -12624576 or 4218175. OLE color: 4218175.
HSL color Cylindrical-coordinate representation of color #3F5D40: hue angle of 122º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F5D40 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 93 | 64 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.64 |
| HSL | 122º | 0.19% | 0.31% | - |
| HSV(B) | 122º | 0.32% | 0.36% | - |
| XYZ | 6.89 | 9.26 | 6.27 | - |
| YUV | 80.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 93 | 64 | 0.32 | 0 | 0.31 | 0.64 | 122 | 0.19 | 0.31 |
| Hex | 3F | 5D | 40 | 20 | 0 | 1F | 40 | 7A | 13 | 1F |
| Octal | 77 | 135 | 100 | 40 | 0 | 37 | 100 | 172 | 23 | 37 |
| Binary | 111111 | 1011101 | 1000000 | 100000 | 0 | 11111 | 1000000 | 1111010 | 10011 | 11111 |
Color Harmonies of #3F5D40
Complementary color
Monochromatic Colors of #3F5D40
Black with #3F5D40
Text Example
Text Example
White with #3F5D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5D40; }
p { color: rgb(63,93,64); }
H1.HeaderClassName
{
color: #3F5D40;
}
.AnyTagClassName
{
color: #3F5D40;
}
</style>
background-color css
<style>
a { background-color: #3F5D40; }
a { background-color: rgb(63,93,64); }
div.DivClassName
{
background-color: #3F5D40;
}
.BgClassName
{
background-color: #3F5D40;
}
</style>
border-color css
<style>
span { border-color: #3F5D40; }
span { border-color: rgb(63,93,64); }
td.TdClassName
{
border-color: #3F5D40;
}
.TagClassName
{
border-color: #3F5D40;
}
</style>