Shades of Grey-Asparagus #41503E
Tints of Grey-Asparagus #41503E
RGB
CMYK
RGB Variations
Color information
#41503E (or 0x41503E) is known color: Grey-Asparagus. HEX triplet: 41, 50 and 3E. RGB value is (65,80,62). Sum of RGB (Red+Green+Blue) = 65+80+62=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 80 - color contains mainly: green. Hex color #41503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41503E is #BEAFC1. Grayscale: #494949. Windows color (decimal): -12496834 or 4083777. OLE color: 4083777.
HSL color Cylindrical-coordinate representation of color #41503E: hue angle of 110º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #41503E is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 80 | 62 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.69 |
| HSL | 110º | 0.13% | 0.28% | - |
| HSV(B) | 110º | 0.23% | 0.31% | - |
| XYZ | 5.92 | 7.21 | 5.64 | - |
| YUV | 73.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 62 | 0.19 | 0 | 0.22 | 0.69 | 110 | 0.13 | 0.28 |
| Hex | 41 | 50 | 3E | 13 | 0 | 16 | 45 | 6E | D | 1C |
| Octal | 101 | 120 | 76 | 23 | 0 | 26 | 105 | 156 | 15 | 34 |
| Binary | 1000001 | 1010000 | 111110 | 10011 | 0 | 10110 | 1000101 | 1101110 | 1101 | 11100 |
Color Harmonies of #41503E
Complementary color
Monochromatic Colors of #41503E
Black with #41503E
Text Example
Text Example
White with #41503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41503E; }
p { color: rgb(65,80,62); }
H1.HeaderClassName
{
color: #41503E;
}
.AnyTagClassName
{
color: #41503E;
}
</style>
background-color css
<style>
a { background-color: #41503E; }
a { background-color: rgb(65,80,62); }
div.DivClassName
{
background-color: #41503E;
}
.BgClassName
{
background-color: #41503E;
}
</style>
border-color css
<style>
span { border-color: #41503E; }
span { border-color: rgb(65,80,62); }
td.TdClassName
{
border-color: #41503E;
}
.TagClassName
{
border-color: #41503E;
}
</style>