Shades of Grey-Asparagus #445441
Tints of Grey-Asparagus #445441
RGB
CMYK
RGB Variations
Color information
#445441 (or 0x445441) is known color: Grey-Asparagus. HEX triplet: 44, 54 and 41. RGB value is (68,84,65). Sum of RGB (Red+Green+Blue) = 68+84+65=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 84 - color contains mainly: green. Hex color #445441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445441 is #BBABBE. Grayscale: #4D4D4D. Windows color (decimal): -12299199 or 4281412. OLE color: 4281412.
HSL color Cylindrical-coordinate representation of color #445441: hue angle of 110.53º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #445441 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 84 | 65 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.67 |
| HSL | 110.53º | 0.13% | 0.29% | - |
| HSV(B) | 110.53º | 0.23% | 0.33% | - |
| XYZ | 6.51 | 7.95 | 6.19 | - |
| YUV | 77.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 65 | 0.19 | 0 | 0.23 | 0.67 | 110.53 | 0.13 | 0.29 |
| Hex | 44 | 54 | 41 | 13 | 0 | 17 | 43 | 6F | D | 1D |
| Octal | 104 | 124 | 101 | 23 | 0 | 27 | 103 | 157 | 15 | 35 |
| Binary | 1000100 | 1010100 | 1000001 | 10011 | 0 | 10111 | 1000011 | 1101111 | 1101 | 11101 |
Color Harmonies of #445441
Complementary color
Monochromatic Colors of #445441
Black with #445441
Text Example
Text Example
White with #445441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445441; }
p { color: rgb(68,84,65); }
H1.HeaderClassName
{
color: #445441;
}
.AnyTagClassName
{
color: #445441;
}
</style>
background-color css
<style>
a { background-color: #445441; }
a { background-color: rgb(68,84,65); }
div.DivClassName
{
background-color: #445441;
}
.BgClassName
{
background-color: #445441;
}
</style>
border-color css
<style>
span { border-color: #445441; }
span { border-color: rgb(68,84,65); }
td.TdClassName
{
border-color: #445441;
}
.TagClassName
{
border-color: #445441;
}
</style>