Shades of Grey-Asparagus #3F4F40
Tints of Grey-Asparagus #3F4F40
RGB
CMYK
RGB Variations
Color information
#3F4F40 (or 0x3F4F40) is known color: Grey-Asparagus. HEX triplet: 3F, 4F and 40. RGB value is (63,79,64). Sum of RGB (Red+Green+Blue) = 63+79+64=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4F40 is #C0B0BF. Grayscale: #484848. Windows color (decimal): -12628160 or 4214591. OLE color: 4214591.
HSL color Cylindrical-coordinate representation of color #3F4F40: hue angle of 123.75º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F4F40 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 79 | 64 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.69 |
| HSL | 123.75º | 0.11% | 0.28% | - |
| HSV(B) | 123.75º | 0.2% | 0.31% | - |
| XYZ | 5.77 | 7.02 | 5.9 | - |
| YUV | 72.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 64 | 0.20 | 0 | 0.19 | 0.69 | 123.75 | 0.11 | 0.28 |
| Hex | 3F | 4F | 40 | 14 | 0 | 13 | 45 | 7C | B | 1C |
| Octal | 77 | 117 | 100 | 24 | 0 | 23 | 105 | 174 | 13 | 34 |
| Binary | 111111 | 1001111 | 1000000 | 10100 | 0 | 10011 | 1000101 | 1111100 | 1011 | 11100 |
Color Harmonies of #3F4F40
Complementary color
Monochromatic Colors of #3F4F40
Black with #3F4F40
Text Example
Text Example
White with #3F4F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F40; }
p { color: rgb(63,79,64); }
H1.HeaderClassName
{
color: #3F4F40;
}
.AnyTagClassName
{
color: #3F4F40;
}
</style>
background-color css
<style>
a { background-color: #3F4F40; }
a { background-color: rgb(63,79,64); }
div.DivClassName
{
background-color: #3F4F40;
}
.BgClassName
{
background-color: #3F4F40;
}
</style>
border-color css
<style>
span { border-color: #3F4F40; }
span { border-color: rgb(63,79,64); }
td.TdClassName
{
border-color: #3F4F40;
}
.TagClassName
{
border-color: #3F4F40;
}
</style>