Shades of Grey-Asparagus #445C47
Tints of Grey-Asparagus #445C47
RGB
CMYK
RGB Variations
Color information
#445C47 (or 0x445C47) is known color: Grey-Asparagus. HEX triplet: 44, 5C and 47. RGB value is (68,92,71). Sum of RGB (Red+Green+Blue) = 68+92+71=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 92 - color contains mainly: green. Hex color #445C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445C47 is #BBA3B8. Grayscale: #525252. Windows color (decimal): -12297145 or 4676676. OLE color: 4676676.
HSL color Cylindrical-coordinate representation of color #445C47: hue angle of 127.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #445C47 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 92 | 71 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.64 |
| HSL | 127.5º | 0.15% | 0.31% | - |
| HSV(B) | 127.5º | 0.26% | 0.36% | - |
| XYZ | 7.35 | 9.34 | 7.38 | - |
| YUV | 82.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 71 | 0.26 | 0 | 0.23 | 0.64 | 127.5 | 0.15 | 0.31 |
| Hex | 44 | 5C | 47 | 1A | 0 | 17 | 40 | 80 | F | 1F |
| Octal | 104 | 134 | 107 | 32 | 0 | 27 | 100 | 200 | 17 | 37 |
| Binary | 1000100 | 1011100 | 1000111 | 11010 | 0 | 10111 | 1000000 | 10000000 | 1111 | 11111 |
Color Harmonies of #445C47
Complementary color
Monochromatic Colors of #445C47
Black with #445C47
Text Example
Text Example
White with #445C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445C47; }
p { color: rgb(68,92,71); }
H1.HeaderClassName
{
color: #445C47;
}
.AnyTagClassName
{
color: #445C47;
}
</style>
background-color css
<style>
a { background-color: #445C47; }
a { background-color: rgb(68,92,71); }
div.DivClassName
{
background-color: #445C47;
}
.BgClassName
{
background-color: #445C47;
}
</style>
border-color css
<style>
span { border-color: #445C47; }
span { border-color: rgb(68,92,71); }
td.TdClassName
{
border-color: #445C47;
}
.TagClassName
{
border-color: #445C47;
}
</style>