Shades of Grey-Asparagus #415C40
Tints of Grey-Asparagus #415C40
RGB
CMYK
RGB Variations
Color information
#415C40 (or 0x415C40) is known color: Grey-Asparagus. HEX triplet: 41, 5C and 40. RGB value is (65,92,64). Sum of RGB (Red+Green+Blue) = 65+92+64=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 92 - color contains mainly: green. Hex color #415C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415C40 is #BEA3BF. Grayscale: #505050. Windows color (decimal): -12493760 or 4217921. OLE color: 4217921.
HSL color Cylindrical-coordinate representation of color #415C40: hue angle of 117.86º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #415C40 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 92 | 64 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.64 |
| HSL | 117.86º | 0.18% | 0.31% | - |
| HSV(B) | 117.86º | 0.3% | 0.36% | - |
| XYZ | 6.93 | 9.15 | 6.25 | - |
| YUV | 80.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 64 | 0.29 | 0 | 0.30 | 0.64 | 117.86 | 0.18 | 0.31 |
| Hex | 41 | 5C | 40 | 1D | 0 | 1E | 40 | 76 | 12 | 1F |
| Octal | 101 | 134 | 100 | 35 | 0 | 36 | 100 | 166 | 22 | 37 |
| Binary | 1000001 | 1011100 | 1000000 | 11101 | 0 | 11110 | 1000000 | 1110110 | 10010 | 11111 |
Color Harmonies of #415C40
Complementary color
Monochromatic Colors of #415C40
Black with #415C40
Text Example
Text Example
White with #415C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415C40; }
p { color: rgb(65,92,64); }
H1.HeaderClassName
{
color: #415C40;
}
.AnyTagClassName
{
color: #415C40;
}
</style>
background-color css
<style>
a { background-color: #415C40; }
a { background-color: rgb(65,92,64); }
div.DivClassName
{
background-color: #415C40;
}
.BgClassName
{
background-color: #415C40;
}
</style>
border-color css
<style>
span { border-color: #415C40; }
span { border-color: rgb(65,92,64); }
td.TdClassName
{
border-color: #415C40;
}
.TagClassName
{
border-color: #415C40;
}
</style>