Shades of Grey-Asparagus #446542
Tints of Grey-Asparagus #446542
RGB
CMYK
RGB Variations
Color information
#446542 (or 0x446542) is known color: Grey-Asparagus. HEX triplet: 44, 65 and 42. RGB value is (68,101,66). Sum of RGB (Red+Green+Blue) = 68+101+66=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 101 - color contains mainly: green. Hex color #446542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446542 is #BB9ABD. Grayscale: #575757. Windows color (decimal): -12294846 or 4351300. OLE color: 4351300.
HSL color Cylindrical-coordinate representation of color #446542: hue angle of 116.57º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #446542 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 101 | 66 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.60 |
| HSL | 116.57º | 0.21% | 0.33% | - |
| HSV(B) | 116.57º | 0.35% | 0.4% | - |
| XYZ | 8.02 | 10.93 | 6.84 | - |
| YUV | 87.14 | 116.07 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 101 | 66 | 0.33 | 0 | 0.35 | 0.60 | 116.57 | 0.21 | 0.33 |
| Hex | 44 | 65 | 42 | 21 | 0 | 23 | 3C | 75 | 15 | 21 |
| Octal | 104 | 145 | 102 | 41 | 0 | 43 | 74 | 165 | 25 | 41 |
| Binary | 1000100 | 1100101 | 1000010 | 100001 | 0 | 100011 | 111100 | 1110101 | 10101 | 100001 |
Color Harmonies of #446542
Complementary color
Monochromatic Colors of #446542
Black with #446542
Text Example
Text Example
White with #446542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446542; }
p { color: rgb(68,101,66); }
H1.HeaderClassName
{
color: #446542;
}
.AnyTagClassName
{
color: #446542;
}
</style>
background-color css
<style>
a { background-color: #446542; }
a { background-color: rgb(68,101,66); }
div.DivClassName
{
background-color: #446542;
}
.BgClassName
{
background-color: #446542;
}
</style>
border-color css
<style>
span { border-color: #446542; }
span { border-color: rgb(68,101,66); }
td.TdClassName
{
border-color: #446542;
}
.TagClassName
{
border-color: #446542;
}
</style>