Shades of Grey-Asparagus #415443
Tints of Grey-Asparagus #415443
RGB
CMYK
RGB Variations
Color information
#415443 (or 0x415443) is known color: Grey-Asparagus. HEX triplet: 41, 54 and 43. RGB value is (65,84,67). Sum of RGB (Red+Green+Blue) = 65+84+67=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 84 - color contains mainly: green. Hex color #415443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415443 is #BEABBC. Grayscale: #4C4C4C. Windows color (decimal): -12495805 or 4412481. OLE color: 4412481.
HSL color Cylindrical-coordinate representation of color #415443: hue angle of 126.32º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #415443 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 84 | 67 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.67 |
| HSL | 126.32º | 0.13% | 0.29% | - |
| HSV(B) | 126.32º | 0.23% | 0.33% | - |
| XYZ | 6.36 | 7.87 | 6.49 | - |
| YUV | 76.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 84 | 67 | 0.23 | 0 | 0.20 | 0.67 | 126.32 | 0.13 | 0.29 |
| Hex | 41 | 54 | 43 | 17 | 0 | 14 | 43 | 7E | D | 1D |
| Octal | 101 | 124 | 103 | 27 | 0 | 24 | 103 | 176 | 15 | 35 |
| Binary | 1000001 | 1010100 | 1000011 | 10111 | 0 | 10100 | 1000011 | 1111110 | 1101 | 11101 |
Color Harmonies of #415443
Complementary color
Monochromatic Colors of #415443
Black with #415443
Text Example
Text Example
White with #415443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415443; }
p { color: rgb(65,84,67); }
H1.HeaderClassName
{
color: #415443;
}
.AnyTagClassName
{
color: #415443;
}
</style>
background-color css
<style>
a { background-color: #415443; }
a { background-color: rgb(65,84,67); }
div.DivClassName
{
background-color: #415443;
}
.BgClassName
{
background-color: #415443;
}
</style>
border-color css
<style>
span { border-color: #415443; }
span { border-color: rgb(65,84,67); }
td.TdClassName
{
border-color: #415443;
}
.TagClassName
{
border-color: #415443;
}
</style>