Shades of Grey-Asparagus #445D3F
Tints of Grey-Asparagus #445D3F
RGB
CMYK
RGB Variations
Color information
#445D3F (or 0x445D3F) is known color: Grey-Asparagus. HEX triplet: 44, 5D and 3F. RGB value is (68,93,63). Sum of RGB (Red+Green+Blue) = 68+93+63=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #445D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445D3F is #BBA2C0. Grayscale: #525252. Windows color (decimal): -12296897 or 4152644. OLE color: 4152644.
HSL color Cylindrical-coordinate representation of color #445D3F: hue angle of 110º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #445D3F is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 93 | 63 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.64 |
| HSL | 110º | 0.19% | 0.31% | - |
| HSV(B) | 110º | 0.32% | 0.36% | - |
| XYZ | 7.2 | 9.42 | 6.14 | - |
| YUV | 82.11 | 117.22 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 63 | 0.27 | 0 | 0.32 | 0.64 | 110 | 0.19 | 0.31 |
| Hex | 44 | 5D | 3F | 1B | 0 | 20 | 40 | 6E | 13 | 1F |
| Octal | 104 | 135 | 77 | 33 | 0 | 40 | 100 | 156 | 23 | 37 |
| Binary | 1000100 | 1011101 | 111111 | 11011 | 0 | 100000 | 1000000 | 1101110 | 10011 | 11111 |
Color Harmonies of #445D3F
Complementary color
Monochromatic Colors of #445D3F
Black with #445D3F
Text Example
Text Example
White with #445D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445D3F; }
p { color: rgb(68,93,63); }
H1.HeaderClassName
{
color: #445D3F;
}
.AnyTagClassName
{
color: #445D3F;
}
</style>
background-color css
<style>
a { background-color: #445D3F; }
a { background-color: rgb(68,93,63); }
div.DivClassName
{
background-color: #445D3F;
}
.BgClassName
{
background-color: #445D3F;
}
</style>
border-color css
<style>
span { border-color: #445D3F; }
span { border-color: rgb(68,93,63); }
td.TdClassName
{
border-color: #445D3F;
}
.TagClassName
{
border-color: #445D3F;
}
</style>