Shades of Grey-Asparagus #445E47
Tints of Grey-Asparagus #445E47
RGB
CMYK
RGB Variations
Color information
#445E47 (or 0x445E47) is known color: Grey-Asparagus. HEX triplet: 44, 5E and 47. RGB value is (68,94,71). Sum of RGB (Red+Green+Blue) = 68+94+71=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 94 - color contains mainly: green. Hex color #445E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445E47 is #BBA1B8. Grayscale: #535353. Windows color (decimal): -12296633 or 4677188. OLE color: 4677188.
HSL color Cylindrical-coordinate representation of color #445E47: hue angle of 126.92º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #445E47 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 94 | 71 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.63 |
| HSL | 126.92º | 0.16% | 0.32% | - |
| HSV(B) | 126.92º | 0.28% | 0.37% | - |
| XYZ | 7.52 | 9.69 | 7.43 | - |
| YUV | 83.6 | 120.89 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 71 | 0.28 | 0 | 0.24 | 0.63 | 126.92 | 0.16 | 0.32 |
| Hex | 44 | 5E | 47 | 1C | 0 | 18 | 3F | 7F | 10 | 20 |
| Octal | 104 | 136 | 107 | 34 | 0 | 30 | 77 | 177 | 20 | 40 |
| Binary | 1000100 | 1011110 | 1000111 | 11100 | 0 | 11000 | 111111 | 1111111 | 10000 | 100000 |
Color Harmonies of #445E47
Complementary color
Monochromatic Colors of #445E47
Black with #445E47
Text Example
Text Example
White with #445E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445E47; }
p { color: rgb(68,94,71); }
H1.HeaderClassName
{
color: #445E47;
}
.AnyTagClassName
{
color: #445E47;
}
</style>
background-color css
<style>
a { background-color: #445E47; }
a { background-color: rgb(68,94,71); }
div.DivClassName
{
background-color: #445E47;
}
.BgClassName
{
background-color: #445E47;
}
</style>
border-color css
<style>
span { border-color: #445E47; }
span { border-color: rgb(68,94,71); }
td.TdClassName
{
border-color: #445E47;
}
.TagClassName
{
border-color: #445E47;
}
</style>