Shades of Grey-Asparagus #416241
Tints of Grey-Asparagus #416241
RGB
CMYK
RGB Variations
Color information
#416241 (or 0x416241) is known color: Grey-Asparagus. HEX triplet: 41, 62 and 41. RGB value is (65,98,65). Sum of RGB (Red+Green+Blue) = 65+98+65=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #416241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416241 is #BE9DBE. Grayscale: #545454. Windows color (decimal): -12492223 or 4284993. OLE color: 4284993.
HSL color Cylindrical-coordinate representation of color #416241: hue angle of 120º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #416241 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 98 | 65 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.62 |
| HSL | 120º | 0.2% | 0.32% | - |
| HSV(B) | 120º | 0.34% | 0.38% | - |
| XYZ | 7.5 | 10.24 | 6.58 | - |
| YUV | 84.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 98 | 65 | 0.34 | 0 | 0.34 | 0.62 | 120 | 0.2 | 0.32 |
| Hex | 41 | 62 | 41 | 22 | 0 | 22 | 3E | 78 | 14 | 20 |
| Octal | 101 | 142 | 101 | 42 | 0 | 42 | 76 | 170 | 24 | 40 |
| Binary | 1000001 | 1100010 | 1000001 | 100010 | 0 | 100010 | 111110 | 1111000 | 10100 | 100000 |
Color Harmonies of #416241
Complementary color
Monochromatic Colors of #416241
Black with #416241
Text Example
Text Example
White with #416241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416241; }
p { color: rgb(65,98,65); }
H1.HeaderClassName
{
color: #416241;
}
.AnyTagClassName
{
color: #416241;
}
</style>
background-color css
<style>
a { background-color: #416241; }
a { background-color: rgb(65,98,65); }
div.DivClassName
{
background-color: #416241;
}
.BgClassName
{
background-color: #416241;
}
</style>
border-color css
<style>
span { border-color: #416241; }
span { border-color: rgb(65,98,65); }
td.TdClassName
{
border-color: #416241;
}
.TagClassName
{
border-color: #416241;
}
</style>