Shades of Grey-Asparagus #446D41
Tints of Grey-Asparagus #446D41
RGB
CMYK
RGB Variations
Color information
#446D41 (or 0x446D41) is known color: Grey-Asparagus. HEX triplet: 44, 6D and 41. RGB value is (68,109,65). Sum of RGB (Red+Green+Blue) = 68+109+65=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 109 - color contains mainly: green. Hex color #446D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446D41 is #BB92BE. Grayscale: #5B5B5B. Windows color (decimal): -12292799 or 4287812. OLE color: 4287812.
HSL color Cylindrical-coordinate representation of color #446D41: hue angle of 115.91º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #446D41 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 109 | 65 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.57 |
| HSL | 115.91º | 0.25% | 0.34% | - |
| HSV(B) | 115.91º | 0.4% | 0.43% | - |
| XYZ | 8.81 | 12.55 | 6.96 | - |
| YUV | 91.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 65 | 0.38 | 0 | 0.40 | 0.57 | 115.91 | 0.25 | 0.34 |
| Hex | 44 | 6D | 41 | 26 | 0 | 28 | 39 | 74 | 19 | 22 |
| Octal | 104 | 155 | 101 | 46 | 0 | 50 | 71 | 164 | 31 | 42 |
| Binary | 1000100 | 1101101 | 1000001 | 100110 | 0 | 101000 | 111001 | 1110100 | 11001 | 100010 |
Color Harmonies of #446D41
Complementary color
Monochromatic Colors of #446D41
Black with #446D41
Text Example
Text Example
White with #446D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446D41; }
p { color: rgb(68,109,65); }
H1.HeaderClassName
{
color: #446D41;
}
.AnyTagClassName
{
color: #446D41;
}
</style>
background-color css
<style>
a { background-color: #446D41; }
a { background-color: rgb(68,109,65); }
div.DivClassName
{
background-color: #446D41;
}
.BgClassName
{
background-color: #446D41;
}
</style>
border-color css
<style>
span { border-color: #446D41; }
span { border-color: rgb(68,109,65); }
td.TdClassName
{
border-color: #446D41;
}
.TagClassName
{
border-color: #446D41;
}
</style>