Shades of Grey-Asparagus #414741
Tints of Grey-Asparagus #414741
RGB
CMYK
RGB Variations
Color information
#414741 (or 0x414741) is known color: Grey-Asparagus. HEX triplet: 41, 47 and 41. RGB value is (65,71,65). Sum of RGB (Red+Green+Blue) = 65+71+65=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 71 - color contains mainly: green. Hex color #414741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414741 is #BEB8BE. Grayscale: #444444. Windows color (decimal): -12499135 or 4278081. OLE color: 4278081.
HSL color Cylindrical-coordinate representation of color #414741: hue angle of 120º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #414741 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 71 | 65 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.72 |
| HSL | 120º | 0.04% | 0.27% | - |
| HSV(B) | 120º | 0.08% | 0.28% | - |
| XYZ | 5.39 | 6.01 | 5.88 | - |
| YUV | 68.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 71 | 65 | 0.08 | 0 | 0.08 | 0.72 | 120 | 0.04 | 0.27 |
| Hex | 41 | 47 | 41 | 8 | 0 | 8 | 48 | 78 | 4 | 1B |
| Octal | 101 | 107 | 101 | 10 | 0 | 10 | 110 | 170 | 4 | 33 |
| Binary | 1000001 | 1000111 | 1000001 | 1000 | 0 | 1000 | 1001000 | 1111000 | 100 | 11011 |
Color Harmonies of #414741
Complementary color
Monochromatic Colors of #414741
Black with #414741
Text Example
Text Example
White with #414741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414741; }
p { color: rgb(65,71,65); }
H1.HeaderClassName
{
color: #414741;
}
.AnyTagClassName
{
color: #414741;
}
</style>
background-color css
<style>
a { background-color: #414741; }
a { background-color: rgb(65,71,65); }
div.DivClassName
{
background-color: #414741;
}
.BgClassName
{
background-color: #414741;
}
</style>
border-color css
<style>
span { border-color: #414741; }
span { border-color: rgb(65,71,65); }
td.TdClassName
{
border-color: #414741;
}
.TagClassName
{
border-color: #414741;
}
</style>