Shades of Grey-Asparagus #444F41
Tints of Grey-Asparagus #444F41
RGB
CMYK
RGB Variations
Color information
#444F41 (or 0x444F41) is known color: Grey-Asparagus. HEX triplet: 44, 4F and 41. RGB value is (68,79,65). Sum of RGB (Red+Green+Blue) = 68+79+65=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 79 - color contains mainly: green. Hex color #444F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F41 is #BBB0BE. Grayscale: #4A4A4A. Windows color (decimal): -12300479 or 4280132. OLE color: 4280132.
HSL color Cylindrical-coordinate representation of color #444F41: hue angle of 107.14º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #444F41 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 79 | 65 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.69 |
| HSL | 107.14º | 0.1% | 0.28% | - |
| HSV(B) | 107.14º | 0.18% | 0.31% | - |
| XYZ | 6.13 | 7.2 | 6.07 | - |
| YUV | 74.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 65 | 0.14 | 0 | 0.18 | 0.69 | 107.14 | 0.1 | 0.28 |
| Hex | 44 | 4F | 41 | E | 0 | 12 | 45 | 6B | A | 1C |
| Octal | 104 | 117 | 101 | 16 | 0 | 22 | 105 | 153 | 12 | 34 |
| Binary | 1000100 | 1001111 | 1000001 | 1110 | 0 | 10010 | 1000101 | 1101011 | 1010 | 11100 |
Color Harmonies of #444F41
Complementary color
Monochromatic Colors of #444F41
Black with #444F41
Text Example
Text Example
White with #444F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F41; }
p { color: rgb(68,79,65); }
H1.HeaderClassName
{
color: #444F41;
}
.AnyTagClassName
{
color: #444F41;
}
</style>
background-color css
<style>
a { background-color: #444F41; }
a { background-color: rgb(68,79,65); }
div.DivClassName
{
background-color: #444F41;
}
.BgClassName
{
background-color: #444F41;
}
</style>
border-color css
<style>
span { border-color: #444F41; }
span { border-color: rgb(68,79,65); }
td.TdClassName
{
border-color: #444F41;
}
.TagClassName
{
border-color: #444F41;
}
</style>