Shades of Grey-Asparagus #445A43
Tints of Grey-Asparagus #445A43
RGB
CMYK
RGB Variations
Color information
#445A43 (or 0x445A43) is known color: Grey-Asparagus. HEX triplet: 44, 5A and 43. RGB value is (68,90,67). Sum of RGB (Red+Green+Blue) = 68+90+67=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 67 (26.56% from 255 or 29.78% from 225); Max value from RGB is 90 - color contains mainly: green. Hex color #445A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445A43 is #BBA5BC. Grayscale: #505050. Windows color (decimal): -12297661 or 4414020. OLE color: 4414020.
HSL color Cylindrical-coordinate representation of color #445A43: hue angle of 117.39º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #445A43 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 90 | 67 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.65 |
| HSL | 117.39º | 0.15% | 0.31% | - |
| HSV(B) | 117.39º | 0.26% | 0.35% | - |
| XYZ | 7.05 | 8.95 | 6.67 | - |
| YUV | 80.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 67 | 0.24 | 0 | 0.26 | 0.65 | 117.39 | 0.15 | 0.31 |
| Hex | 44 | 5A | 43 | 18 | 0 | 1A | 41 | 75 | F | 1F |
| Octal | 104 | 132 | 103 | 30 | 0 | 32 | 101 | 165 | 17 | 37 |
| Binary | 1000100 | 1011010 | 1000011 | 11000 | 0 | 11010 | 1000001 | 1110101 | 1111 | 11111 |
Color Harmonies of #445A43
Complementary color
Monochromatic Colors of #445A43
Black with #445A43
Text Example
Text Example
White with #445A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445A43; }
p { color: rgb(68,90,67); }
H1.HeaderClassName
{
color: #445A43;
}
.AnyTagClassName
{
color: #445A43;
}
</style>
background-color css
<style>
a { background-color: #445A43; }
a { background-color: rgb(68,90,67); }
div.DivClassName
{
background-color: #445A43;
}
.BgClassName
{
background-color: #445A43;
}
</style>
border-color css
<style>
span { border-color: #445A43; }
span { border-color: rgb(68,90,67); }
td.TdClassName
{
border-color: #445A43;
}
.TagClassName
{
border-color: #445A43;
}
</style>