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