Shades of Grey-Asparagus #445443
Tints of Grey-Asparagus #445443
RGB
CMYK
RGB Variations
Color information
#445443 (or 0x445443) is known color: Grey-Asparagus. HEX triplet: 44, 54 and 43. RGB value is (68,84,67). Sum of RGB (Red+Green+Blue) = 68+84+67=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 84 - color contains mainly: green. Hex color #445443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445443 is #BBABBC. Grayscale: #4D4D4D. Windows color (decimal): -12299197 or 4412484. OLE color: 4412484.
HSL color Cylindrical-coordinate representation of color #445443: hue angle of 116.47º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #445443 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 84 | 67 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.67 |
| HSL | 116.47º | 0.11% | 0.3% | - |
| HSV(B) | 116.47º | 0.2% | 0.33% | - |
| XYZ | 6.57 | 7.97 | 6.5 | - |
| YUV | 77.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 67 | 0.19 | 0 | 0.20 | 0.67 | 116.47 | 0.11 | 0.3 |
| Hex | 44 | 54 | 43 | 13 | 0 | 14 | 43 | 74 | B | 1E |
| Octal | 104 | 124 | 103 | 23 | 0 | 24 | 103 | 164 | 13 | 36 |
| Binary | 1000100 | 1010100 | 1000011 | 10011 | 0 | 10100 | 1000011 | 1110100 | 1011 | 11110 |
Color Harmonies of #445443
Complementary color
Monochromatic Colors of #445443
Black with #445443
Text Example
Text Example
White with #445443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445443; }
p { color: rgb(68,84,67); }
H1.HeaderClassName
{
color: #445443;
}
.AnyTagClassName
{
color: #445443;
}
</style>
background-color css
<style>
a { background-color: #445443; }
a { background-color: rgb(68,84,67); }
div.DivClassName
{
background-color: #445443;
}
.BgClassName
{
background-color: #445443;
}
</style>
border-color css
<style>
span { border-color: #445443; }
span { border-color: rgb(68,84,67); }
td.TdClassName
{
border-color: #445443;
}
.TagClassName
{
border-color: #445443;
}
</style>