Shades of Grey-Asparagus #405F3F
Tints of Grey-Asparagus #405F3F
RGB
CMYK
RGB Variations
Color information
#405F3F (or 0x405F3F) is known color: Grey-Asparagus. HEX triplet: 40, 5F and 3F. RGB value is (64,95,63). Sum of RGB (Red+Green+Blue) = 64+95+63=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 95 (37.5% from 255 or 42.79% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 95 - color contains mainly: green. Hex color #405F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405F3F is #BFA0C0. Grayscale: #525252. Windows color (decimal): -12558529 or 4153152. OLE color: 4153152.
HSL color Cylindrical-coordinate representation of color #405F3F: hue angle of 118.12º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #405F3F is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 95 | 63 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.63 |
| HSL | 118.13º | 0.2% | 0.31% | - |
| HSV(B) | 118.13º | 0.34% | 0.37% | - |
| XYZ | 7.1 | 9.63 | 6.19 | - |
| YUV | 82.08 | 117.23 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 63 | 0.33 | 0 | 0.34 | 0.63 | 118.13 | 0.2 | 0.31 |
| Hex | 40 | 5F | 3F | 21 | 0 | 22 | 3F | 76 | 14 | 1F |
| Octal | 100 | 137 | 77 | 41 | 0 | 42 | 77 | 166 | 24 | 37 |
| Binary | 1000000 | 1011111 | 111111 | 100001 | 0 | 100010 | 111111 | 1110110 | 10100 | 11111 |
Color Harmonies of #405F3F
Complementary color
Monochromatic Colors of #405F3F
Black with #405F3F
Text Example
Text Example
White with #405F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405F3F; }
p { color: rgb(64,95,63); }
H1.HeaderClassName
{
color: #405F3F;
}
.AnyTagClassName
{
color: #405F3F;
}
</style>
background-color css
<style>
a { background-color: #405F3F; }
a { background-color: rgb(64,95,63); }
div.DivClassName
{
background-color: #405F3F;
}
.BgClassName
{
background-color: #405F3F;
}
</style>
border-color css
<style>
span { border-color: #405F3F; }
span { border-color: rgb(64,95,63); }
td.TdClassName
{
border-color: #405F3F;
}
.TagClassName
{
border-color: #405F3F;
}
</style>