Shades of Mineral Green #446049
Tints of Mineral Green #446049
RGB
CMYK
RGB Variations
Color information
#446049 (or 0x446049) is known color: Mineral Green. HEX triplet: 44, 60 and 49. RGB value is (68,96,73). Sum of RGB (Red+Green+Blue) = 68+96+73=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #446049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446049 is #BB9FB6. Grayscale: #555555. Windows color (decimal): -12296119 or 4808772. OLE color: 4808772.
HSL color Cylindrical-coordinate representation of color #446049: hue angle of 130.71º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #446049 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 96 | 73 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.62 |
| HSL | 130.71º | 0.17% | 0.32% | - |
| HSV(B) | 130.71º | 0.29% | 0.38% | - |
| XYZ | 7.77 | 10.08 | 7.84 | - |
| YUV | 85.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 96 | 73 | 0.29 | 0 | 0.24 | 0.62 | 130.71 | 0.17 | 0.32 |
| Hex | 44 | 60 | 49 | 1D | 0 | 18 | 3E | 83 | 11 | 20 |
| Octal | 104 | 140 | 111 | 35 | 0 | 30 | 76 | 203 | 21 | 40 |
| Binary | 1000100 | 1100000 | 1001001 | 11101 | 0 | 11000 | 111110 | 10000011 | 10001 | 100000 |
Color Harmonies of #446049
Complementary color
Monochromatic Colors of #446049
Black with #446049
Text Example
Text Example
White with #446049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446049; }
p { color: rgb(68,96,73); }
H1.HeaderClassName
{
color: #446049;
}
.AnyTagClassName
{
color: #446049;
}
</style>
background-color css
<style>
a { background-color: #446049; }
a { background-color: rgb(68,96,73); }
div.DivClassName
{
background-color: #446049;
}
.BgClassName
{
background-color: #446049;
}
</style>
border-color css
<style>
span { border-color: #446049; }
span { border-color: rgb(68,96,73); }
td.TdClassName
{
border-color: #446049;
}
.TagClassName
{
border-color: #446049;
}
</style>