Shades of Grey-Asparagus #445F3F
Tints of Grey-Asparagus #445F3F
RGB
CMYK
RGB Variations
Color information
#445F3F (or 0x445F3F) is known color: Grey-Asparagus. HEX triplet: 44, 5F and 3F. RGB value is (68,95,63). Sum of RGB (Red+Green+Blue) = 68+95+63=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 95 - color contains mainly: green. Hex color #445F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445F3F is #BBA0C0. Grayscale: #535353. Windows color (decimal): -12296385 or 4153156. OLE color: 4153156.
HSL color Cylindrical-coordinate representation of color #445F3F: hue angle of 110.62º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #445F3F is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 95 | 63 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.63 |
| HSL | 110.63º | 0.2% | 0.31% | - |
| HSV(B) | 110.63º | 0.34% | 0.37% | - |
| XYZ | 7.37 | 9.77 | 6.2 | - |
| YUV | 83.28 | 116.55 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 63 | 0.28 | 0 | 0.34 | 0.63 | 110.63 | 0.2 | 0.31 |
| Hex | 44 | 5F | 3F | 1C | 0 | 22 | 3F | 6F | 14 | 1F |
| Octal | 104 | 137 | 77 | 34 | 0 | 42 | 77 | 157 | 24 | 37 |
| Binary | 1000100 | 1011111 | 111111 | 11100 | 0 | 100010 | 111111 | 1101111 | 10100 | 11111 |
Color Harmonies of #445F3F
Complementary color
Monochromatic Colors of #445F3F
Black with #445F3F
Text Example
Text Example
White with #445F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445F3F; }
p { color: rgb(68,95,63); }
H1.HeaderClassName
{
color: #445F3F;
}
.AnyTagClassName
{
color: #445F3F;
}
</style>
background-color css
<style>
a { background-color: #445F3F; }
a { background-color: rgb(68,95,63); }
div.DivClassName
{
background-color: #445F3F;
}
.BgClassName
{
background-color: #445F3F;
}
</style>
border-color css
<style>
span { border-color: #445F3F; }
span { border-color: rgb(68,95,63); }
td.TdClassName
{
border-color: #445F3F;
}
.TagClassName
{
border-color: #445F3F;
}
</style>