Shades of Grey-Asparagus #445246
Tints of Grey-Asparagus #445246
RGB
CMYK
RGB Variations
Color information
#445246 (or 0x445246) is known color: Grey-Asparagus. HEX triplet: 44, 52 and 46. RGB value is (68,82,70). Sum of RGB (Red+Green+Blue) = 68+82+70=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #445246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445246 is #BBADB9. Grayscale: #4C4C4C. Windows color (decimal): -12299706 or 4608580. OLE color: 4608580.
HSL color Cylindrical-coordinate representation of color #445246: hue angle of 128.57º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #445246 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 82 | 70 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.68 |
| HSL | 128.57º | 0.09% | 0.29% | - |
| HSV(B) | 128.57º | 0.17% | 0.32% | - |
| XYZ | 6.51 | 7.71 | 6.94 | - |
| YUV | 76.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 70 | 0.17 | 0 | 0.15 | 0.68 | 128.57 | 0.09 | 0.29 |
| Hex | 44 | 52 | 46 | 11 | 0 | F | 44 | 81 | 9 | 1D |
| Octal | 104 | 122 | 106 | 21 | 0 | 17 | 104 | 201 | 11 | 35 |
| Binary | 1000100 | 1010010 | 1000110 | 10001 | 0 | 1111 | 1000100 | 10000001 | 1001 | 11101 |
Color Harmonies of #445246
Complementary color
Monochromatic Colors of #445246
Black with #445246
Text Example
Text Example
White with #445246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445246; }
p { color: rgb(68,82,70); }
H1.HeaderClassName
{
color: #445246;
}
.AnyTagClassName
{
color: #445246;
}
</style>
background-color css
<style>
a { background-color: #445246; }
a { background-color: rgb(68,82,70); }
div.DivClassName
{
background-color: #445246;
}
.BgClassName
{
background-color: #445246;
}
</style>
border-color css
<style>
span { border-color: #445246; }
span { border-color: rgb(68,82,70); }
td.TdClassName
{
border-color: #445246;
}
.TagClassName
{
border-color: #445246;
}
</style>