Shades of Grey-Asparagus #446241
Tints of Grey-Asparagus #446241
RGB
CMYK
RGB Variations
Color information
#446241 (or 0x446241) is known color: Grey-Asparagus. HEX triplet: 44, 62 and 41. RGB value is (68,98,65). Sum of RGB (Red+Green+Blue) = 68+98+65=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #446241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446241 is #BB9DBE. Grayscale: #555555. Windows color (decimal): -12295615 or 4284996. OLE color: 4284996.
HSL color Cylindrical-coordinate representation of color #446241: hue angle of 114.55º 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 #446241 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 98 | 65 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.62 |
| HSL | 114.55º | 0.2% | 0.32% | - |
| HSV(B) | 114.55º | 0.34% | 0.38% | - |
| XYZ | 7.71 | 10.35 | 6.59 | - |
| YUV | 85.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 98 | 65 | 0.31 | 0 | 0.34 | 0.62 | 114.55 | 0.2 | 0.32 |
| Hex | 44 | 62 | 41 | 1F | 0 | 22 | 3E | 73 | 14 | 20 |
| Octal | 104 | 142 | 101 | 37 | 0 | 42 | 76 | 163 | 24 | 40 |
| Binary | 1000100 | 1100010 | 1000001 | 11111 | 0 | 100010 | 111110 | 1110011 | 10100 | 100000 |
Color Harmonies of #446241
Complementary color
Monochromatic Colors of #446241
Black with #446241
Text Example
Text Example
White with #446241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446241; }
p { color: rgb(68,98,65); }
H1.HeaderClassName
{
color: #446241;
}
.AnyTagClassName
{
color: #446241;
}
</style>
background-color css
<style>
a { background-color: #446241; }
a { background-color: rgb(68,98,65); }
div.DivClassName
{
background-color: #446241;
}
.BgClassName
{
background-color: #446241;
}
</style>
border-color css
<style>
span { border-color: #446241; }
span { border-color: rgb(68,98,65); }
td.TdClassName
{
border-color: #446241;
}
.TagClassName
{
border-color: #446241;
}
</style>