Shades of Grey-Asparagus #445643
Tints of Grey-Asparagus #445643
RGB
CMYK
RGB Variations
Color information
#445643 (or 0x445643) is known color: Grey-Asparagus. HEX triplet: 44, 56 and 43. RGB value is (68,86,67). Sum of RGB (Red+Green+Blue) = 68+86+67=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 86 - color contains mainly: green. Hex color #445643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445643 is #BBA9BC. Grayscale: #4E4E4E. Windows color (decimal): -12298685 or 4412996. OLE color: 4412996.
HSL color Cylindrical-coordinate representation of color #445643: hue angle of 116.84º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #445643 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 86 | 67 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.66 |
| HSL | 116.84º | 0.12% | 0.3% | - |
| HSV(B) | 116.84º | 0.22% | 0.34% | - |
| XYZ | 6.72 | 8.29 | 6.56 | - |
| YUV | 78.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 67 | 0.21 | 0 | 0.22 | 0.66 | 116.84 | 0.12 | 0.3 |
| Hex | 44 | 56 | 43 | 15 | 0 | 16 | 42 | 75 | C | 1E |
| Octal | 104 | 126 | 103 | 25 | 0 | 26 | 102 | 165 | 14 | 36 |
| Binary | 1000100 | 1010110 | 1000011 | 10101 | 0 | 10110 | 1000010 | 1110101 | 1100 | 11110 |
Color Harmonies of #445643
Complementary color
Monochromatic Colors of #445643
Black with #445643
Text Example
Text Example
White with #445643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445643; }
p { color: rgb(68,86,67); }
H1.HeaderClassName
{
color: #445643;
}
.AnyTagClassName
{
color: #445643;
}
</style>
background-color css
<style>
a { background-color: #445643; }
a { background-color: rgb(68,86,67); }
div.DivClassName
{
background-color: #445643;
}
.BgClassName
{
background-color: #445643;
}
</style>
border-color css
<style>
span { border-color: #445643; }
span { border-color: rgb(68,86,67); }
td.TdClassName
{
border-color: #445643;
}
.TagClassName
{
border-color: #445643;
}
</style>