Shades of Grey-Asparagus #41563F
Tints of Grey-Asparagus #41563F
RGB
CMYK
RGB Variations
Color information
#41563F (or 0x41563F) is known color: Grey-Asparagus. HEX triplet: 41, 56 and 3F. RGB value is (65,86,63). Sum of RGB (Red+Green+Blue) = 65+86+63=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 86 - color contains mainly: green. Hex color #41563F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41563F is #BEA9C0. Grayscale: #4D4D4D. Windows color (decimal): -12495297 or 4150849. OLE color: 4150849.
HSL color Cylindrical-coordinate representation of color #41563F: hue angle of 114.78º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #41563F is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 86 | 63 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.66 |
| HSL | 114.78º | 0.15% | 0.29% | - |
| HSV(B) | 114.78º | 0.27% | 0.34% | - |
| XYZ | 6.4 | 8.14 | 5.94 | - |
| YUV | 77.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 86 | 63 | 0.24 | 0 | 0.27 | 0.66 | 114.78 | 0.15 | 0.29 |
| Hex | 41 | 56 | 3F | 18 | 0 | 1B | 42 | 73 | F | 1D |
| Octal | 101 | 126 | 77 | 30 | 0 | 33 | 102 | 163 | 17 | 35 |
| Binary | 1000001 | 1010110 | 111111 | 11000 | 0 | 11011 | 1000010 | 1110011 | 1111 | 11101 |
Color Harmonies of #41563F
Complementary color
Monochromatic Colors of #41563F
Black with #41563F
Text Example
Text Example
White with #41563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41563F; }
p { color: rgb(65,86,63); }
H1.HeaderClassName
{
color: #41563F;
}
.AnyTagClassName
{
color: #41563F;
}
</style>
background-color css
<style>
a { background-color: #41563F; }
a { background-color: rgb(65,86,63); }
div.DivClassName
{
background-color: #41563F;
}
.BgClassName
{
background-color: #41563F;
}
</style>
border-color css
<style>
span { border-color: #41563F; }
span { border-color: rgb(65,86,63); }
td.TdClassName
{
border-color: #41563F;
}
.TagClassName
{
border-color: #41563F;
}
</style>