Shades of Grey-Asparagus #40533C
Tints of Grey-Asparagus #40533C
RGB
CMYK
RGB Variations
Color information
#40533C (or 0x40533C) is known color: Grey-Asparagus. HEX triplet: 40, 53 and 3C. RGB value is (64,83,60). Sum of RGB (Red+Green+Blue) = 64+83+60=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #40533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40533C is #BFACC3. Grayscale: #4A4A4A. Windows color (decimal): -12561604 or 3953472. OLE color: 3953472.
HSL color Cylindrical-coordinate representation of color #40533C: hue angle of 109.57º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #40533C is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 83 | 60 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.67 |
| HSL | 109.57º | 0.16% | 0.28% | - |
| HSV(B) | 109.57º | 0.28% | 0.33% | - |
| XYZ | 6.02 | 7.6 | 5.42 | - |
| YUV | 74.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 60 | 0.23 | 0 | 0.28 | 0.67 | 109.57 | 0.16 | 0.28 |
| Hex | 40 | 53 | 3C | 17 | 0 | 1C | 43 | 6E | 10 | 1C |
| Octal | 100 | 123 | 74 | 27 | 0 | 34 | 103 | 156 | 20 | 34 |
| Binary | 1000000 | 1010011 | 111100 | 10111 | 0 | 11100 | 1000011 | 1101110 | 10000 | 11100 |
Color Harmonies of #40533C
Complementary color
Monochromatic Colors of #40533C
Black with #40533C
Text Example
Text Example
White with #40533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40533C; }
p { color: rgb(64,83,60); }
H1.HeaderClassName
{
color: #40533C;
}
.AnyTagClassName
{
color: #40533C;
}
</style>
background-color css
<style>
a { background-color: #40533C; }
a { background-color: rgb(64,83,60); }
div.DivClassName
{
background-color: #40533C;
}
.BgClassName
{
background-color: #40533C;
}
</style>
border-color css
<style>
span { border-color: #40533C; }
span { border-color: rgb(64,83,60); }
td.TdClassName
{
border-color: #40533C;
}
.TagClassName
{
border-color: #40533C;
}
</style>