Shades of Grey-Asparagus #41513E
Tints of Grey-Asparagus #41513E
RGB
CMYK
RGB Variations
Color information
#41513E (or 0x41513E) is known color: Grey-Asparagus. HEX triplet: 41, 51 and 3E. RGB value is (65,81,62). Sum of RGB (Red+Green+Blue) = 65+81+62=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 81 - color contains mainly: green. Hex color #41513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41513E is #BEAEC1. Grayscale: #4A4A4A. Windows color (decimal): -12496578 or 4084033. OLE color: 4084033.
HSL color Cylindrical-coordinate representation of color #41513E: hue angle of 110.53º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #41513E is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 81 | 62 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.68 |
| HSL | 110.53º | 0.13% | 0.28% | - |
| HSV(B) | 110.53º | 0.23% | 0.32% | - |
| XYZ | 5.99 | 7.36 | 5.66 | - |
| YUV | 74.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 62 | 0.20 | 0 | 0.23 | 0.68 | 110.53 | 0.13 | 0.28 |
| Hex | 41 | 51 | 3E | 14 | 0 | 17 | 44 | 6F | D | 1C |
| Octal | 101 | 121 | 76 | 24 | 0 | 27 | 104 | 157 | 15 | 34 |
| Binary | 1000001 | 1010001 | 111110 | 10100 | 0 | 10111 | 1000100 | 1101111 | 1101 | 11100 |
Color Harmonies of #41513E
Complementary color
Monochromatic Colors of #41513E
Black with #41513E
Text Example
Text Example
White with #41513E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41513E; }
p { color: rgb(65,81,62); }
H1.HeaderClassName
{
color: #41513E;
}
.AnyTagClassName
{
color: #41513E;
}
</style>
background-color css
<style>
a { background-color: #41513E; }
a { background-color: rgb(65,81,62); }
div.DivClassName
{
background-color: #41513E;
}
.BgClassName
{
background-color: #41513E;
}
</style>
border-color css
<style>
span { border-color: #41513E; }
span { border-color: rgb(65,81,62); }
td.TdClassName
{
border-color: #41513E;
}
.TagClassName
{
border-color: #41513E;
}
</style>