Shades of Grey-Asparagus #41563D
Tints of Grey-Asparagus #41563D
RGB
CMYK
RGB Variations
Color information
#41563D (or 0x41563D) is known color: Grey-Asparagus. HEX triplet: 41, 56 and 3D. RGB value is (65,86,61). Sum of RGB (Red+Green+Blue) = 65+86+61=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #41563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41563D is #BEA9C2. Grayscale: #4C4C4C. Windows color (decimal): -12495299 or 4019777. OLE color: 4019777.
HSL color Cylindrical-coordinate representation of color #41563D: hue angle of 110.4º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41563D is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 86 | 61 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.66 |
| HSL | 110.4º | 0.17% | 0.29% | - |
| HSV(B) | 110.4º | 0.29% | 0.34% | - |
| XYZ | 6.35 | 8.12 | 5.65 | - |
| YUV | 76.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 86 | 61 | 0.24 | 0 | 0.29 | 0.66 | 110.4 | 0.17 | 0.29 |
| Hex | 41 | 56 | 3D | 18 | 0 | 1D | 42 | 6E | 11 | 1D |
| Octal | 101 | 126 | 75 | 30 | 0 | 35 | 102 | 156 | 21 | 35 |
| Binary | 1000001 | 1010110 | 111101 | 11000 | 0 | 11101 | 1000010 | 1101110 | 10001 | 11101 |
Color Harmonies of #41563D
Complementary color
Monochromatic Colors of #41563D
Black with #41563D
Text Example
Text Example
White with #41563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41563D; }
p { color: rgb(65,86,61); }
H1.HeaderClassName
{
color: #41563D;
}
.AnyTagClassName
{
color: #41563D;
}
</style>
background-color css
<style>
a { background-color: #41563D; }
a { background-color: rgb(65,86,61); }
div.DivClassName
{
background-color: #41563D;
}
.BgClassName
{
background-color: #41563D;
}
</style>
border-color css
<style>
span { border-color: #41563D; }
span { border-color: rgb(65,86,61); }
td.TdClassName
{
border-color: #41563D;
}
.TagClassName
{
border-color: #41563D;
}
</style>