Shades of Grey-Asparagus #445944
Tints of Grey-Asparagus #445944
RGB
CMYK
RGB Variations
Color information
#445944 (or 0x445944) is known color: Grey-Asparagus. HEX triplet: 44, 59 and 44. RGB value is (68,89,68). Sum of RGB (Red+Green+Blue) = 68+89+68=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #445944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445944 is #BBA6BB. Grayscale: #505050. Windows color (decimal): -12297916 or 4479300. OLE color: 4479300.
HSL color Cylindrical-coordinate representation of color #445944: hue angle of 120º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #445944 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 89 | 68 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.65 |
| HSL | 120º | 0.13% | 0.31% | - |
| HSV(B) | 120º | 0.24% | 0.35% | - |
| XYZ | 7 | 8.79 | 6.8 | - |
| YUV | 80.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 89 | 68 | 0.24 | 0 | 0.24 | 0.65 | 120 | 0.13 | 0.31 |
| Hex | 44 | 59 | 44 | 18 | 0 | 18 | 41 | 78 | D | 1F |
| Octal | 104 | 131 | 104 | 30 | 0 | 30 | 101 | 170 | 15 | 37 |
| Binary | 1000100 | 1011001 | 1000100 | 11000 | 0 | 11000 | 1000001 | 1111000 | 1101 | 11111 |
Color Harmonies of #445944
Complementary color
Monochromatic Colors of #445944
Black with #445944
Text Example
Text Example
White with #445944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445944; }
p { color: rgb(68,89,68); }
H1.HeaderClassName
{
color: #445944;
}
.AnyTagClassName
{
color: #445944;
}
</style>
background-color css
<style>
a { background-color: #445944; }
a { background-color: rgb(68,89,68); }
div.DivClassName
{
background-color: #445944;
}
.BgClassName
{
background-color: #445944;
}
</style>
border-color css
<style>
span { border-color: #445944; }
span { border-color: rgb(68,89,68); }
td.TdClassName
{
border-color: #445944;
}
.TagClassName
{
border-color: #445944;
}
</style>