Shades of Grey-Asparagus #445543
Tints of Grey-Asparagus #445543
RGB
CMYK
RGB Variations
Color information
#445543 (or 0x445543) is known color: Grey-Asparagus. HEX triplet: 44, 55 and 43. RGB value is (68,85,67). Sum of RGB (Red+Green+Blue) = 68+85+67=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 85 - color contains mainly: green. Hex color #445543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445543 is #BBAABC. Grayscale: #4D4D4D. Windows color (decimal): -12298941 or 4412740. OLE color: 4412740.
HSL color Cylindrical-coordinate representation of color #445543: hue angle of 116.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #445543 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 85 | 67 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.67 |
| HSL | 116.67º | 0.12% | 0.3% | - |
| HSV(B) | 116.67º | 0.21% | 0.33% | - |
| XYZ | 6.65 | 8.13 | 6.53 | - |
| YUV | 77.87 | 121.87 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 67 | 0.20 | 0 | 0.21 | 0.67 | 116.67 | 0.12 | 0.3 |
| Hex | 44 | 55 | 43 | 14 | 0 | 15 | 43 | 75 | C | 1E |
| Octal | 104 | 125 | 103 | 24 | 0 | 25 | 103 | 165 | 14 | 36 |
| Binary | 1000100 | 1010101 | 1000011 | 10100 | 0 | 10101 | 1000011 | 1110101 | 1100 | 11110 |
Color Harmonies of #445543
Complementary color
Monochromatic Colors of #445543
Black with #445543
Text Example
Text Example
White with #445543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445543; }
p { color: rgb(68,85,67); }
H1.HeaderClassName
{
color: #445543;
}
.AnyTagClassName
{
color: #445543;
}
</style>
background-color css
<style>
a { background-color: #445543; }
a { background-color: rgb(68,85,67); }
div.DivClassName
{
background-color: #445543;
}
.BgClassName
{
background-color: #445543;
}
</style>
border-color css
<style>
span { border-color: #445543; }
span { border-color: rgb(68,85,67); }
td.TdClassName
{
border-color: #445543;
}
.TagClassName
{
border-color: #445543;
}
</style>