Shades of Grey-Asparagus #415240
Tints of Grey-Asparagus #415240
RGB
CMYK
RGB Variations
Color information
#415240 (or 0x415240) is known color: Grey-Asparagus. HEX triplet: 41, 52 and 40. RGB value is (65,82,64). Sum of RGB (Red+Green+Blue) = 65+82+64=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 82 - color contains mainly: green. Hex color #415240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415240 is #BEADBF. Grayscale: #4A4A4A. Windows color (decimal): -12496320 or 4215361. OLE color: 4215361.
HSL color Cylindrical-coordinate representation of color #415240: hue angle of 116.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #415240 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 82 | 64 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.68 |
| HSL | 116.67º | 0.12% | 0.29% | - |
| HSV(B) | 116.67º | 0.22% | 0.32% | - |
| XYZ | 6.12 | 7.53 | 5.98 | - |
| YUV | 74.87 | 121.87 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 64 | 0.21 | 0 | 0.22 | 0.68 | 116.67 | 0.12 | 0.29 |
| Hex | 41 | 52 | 40 | 15 | 0 | 16 | 44 | 75 | C | 1D |
| Octal | 101 | 122 | 100 | 25 | 0 | 26 | 104 | 165 | 14 | 35 |
| Binary | 1000001 | 1010010 | 1000000 | 10101 | 0 | 10110 | 1000100 | 1110101 | 1100 | 11101 |
Color Harmonies of #415240
Complementary color
Monochromatic Colors of #415240
Black with #415240
Text Example
Text Example
White with #415240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415240; }
p { color: rgb(65,82,64); }
H1.HeaderClassName
{
color: #415240;
}
.AnyTagClassName
{
color: #415240;
}
</style>
background-color css
<style>
a { background-color: #415240; }
a { background-color: rgb(65,82,64); }
div.DivClassName
{
background-color: #415240;
}
.BgClassName
{
background-color: #415240;
}
</style>
border-color css
<style>
span { border-color: #415240; }
span { border-color: rgb(65,82,64); }
td.TdClassName
{
border-color: #415240;
}
.TagClassName
{
border-color: #415240;
}
</style>