Shades of Mineral Green #496C54
Tints of Mineral Green #496C54
RGB
CMYK
RGB Variations
Color information
#496C54 (or 0x496C54) is known color: Mineral Green. HEX triplet: 49, 6C and 54. RGB value is (73,108,84). Sum of RGB (Red+Green+Blue) = 73+108+84=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 108 - color contains mainly: green. Hex color #496C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C54 is #B693AB. Grayscale: #5E5E5E. Windows color (decimal): -11965356 or 5532745. OLE color: 5532745.
HSL color Cylindrical-coordinate representation of color #496C54: hue angle of 138.86º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496C54 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 108 | 84 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.58 |
| HSL | 138.86º | 0.19% | 0.35% | - |
| HSV(B) | 138.86º | 0.32% | 0.42% | - |
| XYZ | 9.71 | 12.78 | 10.34 | - |
| YUV | 94.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 84 | 0.32 | 0 | 0.22 | 0.58 | 138.86 | 0.19 | 0.35 |
| Hex | 49 | 6C | 54 | 20 | 0 | 16 | 3A | 8B | 13 | 23 |
| Octal | 111 | 154 | 124 | 40 | 0 | 26 | 72 | 213 | 23 | 43 |
| Binary | 1001001 | 1101100 | 1010100 | 100000 | 0 | 10110 | 111010 | 10001011 | 10011 | 100011 |
Color Harmonies of #496C54
Complementary color
Monochromatic Colors of #496C54
Black with #496C54
Text Example
Text Example
White with #496C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496C54; }
p { color: rgb(73,108,84); }
H1.HeaderClassName
{
color: #496C54;
}
.AnyTagClassName
{
color: #496C54;
}
</style>
background-color css
<style>
a { background-color: #496C54; }
a { background-color: rgb(73,108,84); }
div.DivClassName
{
background-color: #496C54;
}
.BgClassName
{
background-color: #496C54;
}
</style>
border-color css
<style>
span { border-color: #496C54; }
span { border-color: rgb(73,108,84); }
td.TdClassName
{
border-color: #496C54;
}
.TagClassName
{
border-color: #496C54;
}
</style>