Shades of Grey-Asparagus #40623E
Tints of Grey-Asparagus #40623E
RGB
CMYK
RGB Variations
Color information
#40623E (or 0x40623E) is known color: Grey-Asparagus. HEX triplet: 40, 62 and 3E. RGB value is (64,98,62). Sum of RGB (Red+Green+Blue) = 64+98+62=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #40623E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40623E is #BF9DC1. Grayscale: #535353. Windows color (decimal): -12557762 or 4088384. OLE color: 4088384.
HSL color Cylindrical-coordinate representation of color #40623E: hue angle of 116.67º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #40623E is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 98 | 62 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.62 |
| HSL | 116.67º | 0.23% | 0.31% | - |
| HSV(B) | 116.67º | 0.37% | 0.38% | - |
| XYZ | 7.35 | 10.17 | 6.13 | - |
| YUV | 83.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 98 | 62 | 0.35 | 0 | 0.37 | 0.62 | 116.67 | 0.23 | 0.31 |
| Hex | 40 | 62 | 3E | 23 | 0 | 25 | 3E | 75 | 16 | 1F |
| Octal | 100 | 142 | 76 | 43 | 0 | 45 | 76 | 165 | 26 | 37 |
| Binary | 1000000 | 1100010 | 111110 | 100011 | 0 | 100101 | 111110 | 1110101 | 10110 | 11111 |
Color Harmonies of #40623E
Complementary color
Monochromatic Colors of #40623E
Black with #40623E
Text Example
Text Example
White with #40623E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40623E; }
p { color: rgb(64,98,62); }
H1.HeaderClassName
{
color: #40623E;
}
.AnyTagClassName
{
color: #40623E;
}
</style>
background-color css
<style>
a { background-color: #40623E; }
a { background-color: rgb(64,98,62); }
div.DivClassName
{
background-color: #40623E;
}
.BgClassName
{
background-color: #40623E;
}
</style>
border-color css
<style>
span { border-color: #40623E; }
span { border-color: rgb(64,98,62); }
td.TdClassName
{
border-color: #40623E;
}
.TagClassName
{
border-color: #40623E;
}
</style>