Shades of Grey-Asparagus #445F41
Tints of Grey-Asparagus #445F41
RGB
CMYK
RGB Variations
Color information
#445F41 (or 0x445F41) is known color: Grey-Asparagus. HEX triplet: 44, 5F and 41. RGB value is (68,95,65). Sum of RGB (Red+Green+Blue) = 68+95+65=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 95 - color contains mainly: green. Hex color #445F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445F41 is #BBA0BE. Grayscale: #535353. Windows color (decimal): -12296383 or 4284228. OLE color: 4284228.
HSL color Cylindrical-coordinate representation of color #445F41: hue angle of 114º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #445F41 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 95 | 65 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.63 |
| HSL | 114º | 0.19% | 0.31% | - |
| HSV(B) | 114º | 0.32% | 0.37% | - |
| XYZ | 7.43 | 9.8 | 6.5 | - |
| YUV | 83.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 65 | 0.28 | 0 | 0.32 | 0.63 | 114 | 0.19 | 0.31 |
| Hex | 44 | 5F | 41 | 1C | 0 | 20 | 3F | 72 | 13 | 1F |
| Octal | 104 | 137 | 101 | 34 | 0 | 40 | 77 | 162 | 23 | 37 |
| Binary | 1000100 | 1011111 | 1000001 | 11100 | 0 | 100000 | 111111 | 1110010 | 10011 | 11111 |
Color Harmonies of #445F41
Complementary color
Monochromatic Colors of #445F41
Black with #445F41
Text Example
Text Example
White with #445F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445F41; }
p { color: rgb(68,95,65); }
H1.HeaderClassName
{
color: #445F41;
}
.AnyTagClassName
{
color: #445F41;
}
</style>
background-color css
<style>
a { background-color: #445F41; }
a { background-color: rgb(68,95,65); }
div.DivClassName
{
background-color: #445F41;
}
.BgClassName
{
background-color: #445F41;
}
</style>
border-color css
<style>
span { border-color: #445F41; }
span { border-color: rgb(68,95,65); }
td.TdClassName
{
border-color: #445F41;
}
.TagClassName
{
border-color: #445F41;
}
</style>