Shades of Grey-Asparagus #445146
Tints of Grey-Asparagus #445146
RGB
CMYK
RGB Variations
Color information
#445146 (or 0x445146) is known color: Grey-Asparagus. HEX triplet: 44, 51 and 46. RGB value is (68,81,70). Sum of RGB (Red+Green+Blue) = 68+81+70=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 81 - color contains mainly: green. Hex color #445146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445146 is #BBAEB9. Grayscale: #4B4B4B. Windows color (decimal): -12299962 or 4608324. OLE color: 4608324.
HSL color Cylindrical-coordinate representation of color #445146: hue angle of 129.23º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #445146 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 81 | 70 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.68 |
| HSL | 129.23º | 0.09% | 0.29% | - |
| HSV(B) | 129.23º | 0.16% | 0.32% | - |
| XYZ | 6.43 | 7.56 | 6.91 | - |
| YUV | 75.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 70 | 0.16 | 0 | 0.14 | 0.68 | 129.23 | 0.09 | 0.29 |
| Hex | 44 | 51 | 46 | 10 | 0 | E | 44 | 81 | 9 | 1D |
| Octal | 104 | 121 | 106 | 20 | 0 | 16 | 104 | 201 | 11 | 35 |
| Binary | 1000100 | 1010001 | 1000110 | 10000 | 0 | 1110 | 1000100 | 10000001 | 1001 | 11101 |
Color Harmonies of #445146
Complementary color
Monochromatic Colors of #445146
Black with #445146
Text Example
Text Example
White with #445146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445146; }
p { color: rgb(68,81,70); }
H1.HeaderClassName
{
color: #445146;
}
.AnyTagClassName
{
color: #445146;
}
</style>
background-color css
<style>
a { background-color: #445146; }
a { background-color: rgb(68,81,70); }
div.DivClassName
{
background-color: #445146;
}
.BgClassName
{
background-color: #445146;
}
</style>
border-color css
<style>
span { border-color: #445146; }
span { border-color: rgb(68,81,70); }
td.TdClassName
{
border-color: #445146;
}
.TagClassName
{
border-color: #445146;
}
</style>