Shades of Grey-Asparagus #415143
Tints of Grey-Asparagus #415143
RGB
CMYK
RGB Variations
Color information
#415143 (or 0x415143) is known color: Grey-Asparagus. HEX triplet: 41, 51 and 43. RGB value is (65,81,67). Sum of RGB (Red+Green+Blue) = 65+81+67=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 81 - color contains mainly: green. Hex color #415143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415143 is #BEAEBC. Grayscale: #4A4A4A. Windows color (decimal): -12496573 or 4411713. OLE color: 4411713.
HSL color Cylindrical-coordinate representation of color #415143: hue angle of 127.5º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #415143 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 81 | 67 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.68 |
| HSL | 127.5º | 0.11% | 0.29% | - |
| HSV(B) | 127.5º | 0.2% | 0.32% | - |
| XYZ | 6.14 | 7.41 | 6.42 | - |
| YUV | 74.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 67 | 0.20 | 0 | 0.17 | 0.68 | 127.5 | 0.11 | 0.29 |
| Hex | 41 | 51 | 43 | 14 | 0 | 11 | 44 | 80 | B | 1D |
| Octal | 101 | 121 | 103 | 24 | 0 | 21 | 104 | 200 | 13 | 35 |
| Binary | 1000001 | 1010001 | 1000011 | 10100 | 0 | 10001 | 1000100 | 10000000 | 1011 | 11101 |
Color Harmonies of #415143
Complementary color
Monochromatic Colors of #415143
Black with #415143
Text Example
Text Example
White with #415143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415143; }
p { color: rgb(65,81,67); }
H1.HeaderClassName
{
color: #415143;
}
.AnyTagClassName
{
color: #415143;
}
</style>
background-color css
<style>
a { background-color: #415143; }
a { background-color: rgb(65,81,67); }
div.DivClassName
{
background-color: #415143;
}
.BgClassName
{
background-color: #415143;
}
</style>
border-color css
<style>
span { border-color: #415143; }
span { border-color: rgb(65,81,67); }
td.TdClassName
{
border-color: #415143;
}
.TagClassName
{
border-color: #415143;
}
</style>