Shades of Grey-Asparagus #40673E
Tints of Grey-Asparagus #40673E
RGB
CMYK
RGB Variations
Color information
#40673E (or 0x40673E) is known color: Grey-Asparagus. HEX triplet: 40, 67 and 3E. RGB value is (64,103,62). Sum of RGB (Red+Green+Blue) = 64+103+62=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 103 - color contains mainly: green. Hex color #40673E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40673E is #BF98C1. Grayscale: #565656. Windows color (decimal): -12556482 or 4089664. OLE color: 4089664.
HSL color Cylindrical-coordinate representation of color #40673E: hue angle of 117.07º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40673E is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 103 | 62 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.60 |
| HSL | 117.07º | 0.25% | 0.32% | - |
| HSV(B) | 117.07º | 0.4% | 0.4% | - |
| XYZ | 7.83 | 11.14 | 6.29 | - |
| YUV | 86.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 103 | 62 | 0.38 | 0 | 0.40 | 0.60 | 117.07 | 0.25 | 0.32 |
| Hex | 40 | 67 | 3E | 26 | 0 | 28 | 3C | 75 | 19 | 20 |
| Octal | 100 | 147 | 76 | 46 | 0 | 50 | 74 | 165 | 31 | 40 |
| Binary | 1000000 | 1100111 | 111110 | 100110 | 0 | 101000 | 111100 | 1110101 | 11001 | 100000 |
Color Harmonies of #40673E
Complementary color
Monochromatic Colors of #40673E
Black with #40673E
Text Example
Text Example
White with #40673E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40673E; }
p { color: rgb(64,103,62); }
H1.HeaderClassName
{
color: #40673E;
}
.AnyTagClassName
{
color: #40673E;
}
</style>
background-color css
<style>
a { background-color: #40673E; }
a { background-color: rgb(64,103,62); }
div.DivClassName
{
background-color: #40673E;
}
.BgClassName
{
background-color: #40673E;
}
</style>
border-color css
<style>
span { border-color: #40673E; }
span { border-color: rgb(64,103,62); }
td.TdClassName
{
border-color: #40673E;
}
.TagClassName
{
border-color: #40673E;
}
</style>