Shades of Grey-Asparagus #445644
Tints of Grey-Asparagus #445644
RGB
CMYK
RGB Variations
Color information
#445644 (or 0x445644) is known color: Grey-Asparagus. HEX triplet: 44, 56 and 44. RGB value is (68,86,68). Sum of RGB (Red+Green+Blue) = 68+86+68=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 86 - color contains mainly: green. Hex color #445644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445644 is #BBA9BB. Grayscale: #4E4E4E. Windows color (decimal): -12298684 or 4478532. OLE color: 4478532.
HSL color Cylindrical-coordinate representation of color #445644: hue angle of 120º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #445644 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 86 | 68 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.66 |
| HSL | 120º | 0.12% | 0.3% | - |
| HSV(B) | 120º | 0.21% | 0.34% | - |
| XYZ | 6.76 | 8.3 | 6.72 | - |
| YUV | 78.57 | 122.04 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 68 | 0.21 | 0 | 0.21 | 0.66 | 120 | 0.12 | 0.3 |
| Hex | 44 | 56 | 44 | 15 | 0 | 15 | 42 | 78 | C | 1E |
| Octal | 104 | 126 | 104 | 25 | 0 | 25 | 102 | 170 | 14 | 36 |
| Binary | 1000100 | 1010110 | 1000100 | 10101 | 0 | 10101 | 1000010 | 1111000 | 1100 | 11110 |
Color Harmonies of #445644
Complementary color
Monochromatic Colors of #445644
Black with #445644
Text Example
Text Example
White with #445644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445644; }
p { color: rgb(68,86,68); }
H1.HeaderClassName
{
color: #445644;
}
.AnyTagClassName
{
color: #445644;
}
</style>
background-color css
<style>
a { background-color: #445644; }
a { background-color: rgb(68,86,68); }
div.DivClassName
{
background-color: #445644;
}
.BgClassName
{
background-color: #445644;
}
</style>
border-color css
<style>
span { border-color: #445644; }
span { border-color: rgb(68,86,68); }
td.TdClassName
{
border-color: #445644;
}
.TagClassName
{
border-color: #445644;
}
</style>