Shades of Grey-Asparagus #416040
Tints of Grey-Asparagus #416040
RGB
CMYK
RGB Variations
Color information
#416040 (or 0x416040) is known color: Grey-Asparagus. HEX triplet: 41, 60 and 40. RGB value is (65,96,64). Sum of RGB (Red+Green+Blue) = 65+96+64=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #416040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416040 is #BE9FBF. Grayscale: #535353. Windows color (decimal): -12492736 or 4218945. OLE color: 4218945.
HSL color Cylindrical-coordinate representation of color #416040: hue angle of 118.12º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #416040 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 96 | 64 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.62 |
| HSL | 118.13º | 0.2% | 0.31% | - |
| HSV(B) | 118.13º | 0.33% | 0.38% | - |
| XYZ | 7.29 | 9.86 | 6.37 | - |
| YUV | 83.08 | 117.23 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 96 | 64 | 0.32 | 0 | 0.33 | 0.62 | 118.13 | 0.2 | 0.31 |
| Hex | 41 | 60 | 40 | 20 | 0 | 21 | 3E | 76 | 14 | 1F |
| Octal | 101 | 140 | 100 | 40 | 0 | 41 | 76 | 166 | 24 | 37 |
| Binary | 1000001 | 1100000 | 1000000 | 100000 | 0 | 100001 | 111110 | 1110110 | 10100 | 11111 |
Color Harmonies of #416040
Complementary color
Monochromatic Colors of #416040
Black with #416040
Text Example
Text Example
White with #416040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416040; }
p { color: rgb(65,96,64); }
H1.HeaderClassName
{
color: #416040;
}
.AnyTagClassName
{
color: #416040;
}
</style>
background-color css
<style>
a { background-color: #416040; }
a { background-color: rgb(65,96,64); }
div.DivClassName
{
background-color: #416040;
}
.BgClassName
{
background-color: #416040;
}
</style>
border-color css
<style>
span { border-color: #416040; }
span { border-color: rgb(65,96,64); }
td.TdClassName
{
border-color: #416040;
}
.TagClassName
{
border-color: #416040;
}
</style>