Shades of Grey-Asparagus #445140
Tints of Grey-Asparagus #445140
RGB
CMYK
RGB Variations
Color information
#445140 (or 0x445140) is known color: Grey-Asparagus. HEX triplet: 44, 51 and 40. RGB value is (68,81,64). Sum of RGB (Red+Green+Blue) = 68+81+64=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 81 - color contains mainly: green. Hex color #445140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445140 is #BBAEBF. Grayscale: #4B4B4B. Windows color (decimal): -12299968 or 4215108. OLE color: 4215108.
HSL color Cylindrical-coordinate representation of color #445140: hue angle of 105.88º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #445140 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 81 | 64 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.68 |
| HSL | 105.88º | 0.12% | 0.28% | - |
| HSV(B) | 105.88º | 0.21% | 0.32% | - |
| XYZ | 6.25 | 7.48 | 5.97 | - |
| YUV | 75.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 64 | 0.16 | 0 | 0.21 | 0.68 | 105.88 | 0.12 | 0.28 |
| Hex | 44 | 51 | 40 | 10 | 0 | 15 | 44 | 6A | C | 1C |
| Octal | 104 | 121 | 100 | 20 | 0 | 25 | 104 | 152 | 14 | 34 |
| Binary | 1000100 | 1010001 | 1000000 | 10000 | 0 | 10101 | 1000100 | 1101010 | 1100 | 11100 |
Color Harmonies of #445140
Complementary color
Monochromatic Colors of #445140
Black with #445140
Text Example
Text Example
White with #445140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445140; }
p { color: rgb(68,81,64); }
H1.HeaderClassName
{
color: #445140;
}
.AnyTagClassName
{
color: #445140;
}
</style>
background-color css
<style>
a { background-color: #445140; }
a { background-color: rgb(68,81,64); }
div.DivClassName
{
background-color: #445140;
}
.BgClassName
{
background-color: #445140;
}
</style>
border-color css
<style>
span { border-color: #445140; }
span { border-color: rgb(68,81,64); }
td.TdClassName
{
border-color: #445140;
}
.TagClassName
{
border-color: #445140;
}
</style>