Shades of Mineral Green #496952
Tints of Mineral Green #496952
RGB
CMYK
RGB Variations
Color information
#496952 (or 0x496952) is known color: Mineral Green. HEX triplet: 49, 69 and 52. RGB value is (73,105,82). Sum of RGB (Red+Green+Blue) = 73+105+82=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 105 - color contains mainly: green. Hex color #496952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496952 is #B696AD. Grayscale: #5C5C5C. Windows color (decimal): -11966126 or 5400905. OLE color: 5400905.
HSL color Cylindrical-coordinate representation of color #496952: hue angle of 136.88º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496952 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 105 | 82 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.59 |
| HSL | 136.88º | 0.18% | 0.35% | - |
| HSV(B) | 136.88º | 0.3% | 0.41% | - |
| XYZ | 9.32 | 12.13 | 9.83 | - |
| YUV | 92.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 82 | 0.30 | 0 | 0.22 | 0.59 | 136.88 | 0.18 | 0.35 |
| Hex | 49 | 69 | 52 | 1E | 0 | 16 | 3B | 89 | 12 | 23 |
| Octal | 111 | 151 | 122 | 36 | 0 | 26 | 73 | 211 | 22 | 43 |
| Binary | 1001001 | 1101001 | 1010010 | 11110 | 0 | 10110 | 111011 | 10001001 | 10010 | 100011 |
Color Harmonies of #496952
Complementary color
Monochromatic Colors of #496952
Black with #496952
Text Example
Text Example
White with #496952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496952; }
p { color: rgb(73,105,82); }
H1.HeaderClassName
{
color: #496952;
}
.AnyTagClassName
{
color: #496952;
}
</style>
background-color css
<style>
a { background-color: #496952; }
a { background-color: rgb(73,105,82); }
div.DivClassName
{
background-color: #496952;
}
.BgClassName
{
background-color: #496952;
}
</style>
border-color css
<style>
span { border-color: #496952; }
span { border-color: rgb(73,105,82); }
td.TdClassName
{
border-color: #496952;
}
.TagClassName
{
border-color: #496952;
}
</style>