Shades of Mineral Green #496451
Tints of Mineral Green #496451
RGB
CMYK
RGB Variations
Color information
#496451 (or 0x496451) is known color: Mineral Green. HEX triplet: 49, 64 and 51. RGB value is (73,100,81). Sum of RGB (Red+Green+Blue) = 73+100+81=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 100 - color contains mainly: green. Hex color #496451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496451 is #B69BAE. Grayscale: #595959. Windows color (decimal): -11967407 or 5334089. OLE color: 5334089.
HSL color Cylindrical-coordinate representation of color #496451: hue angle of 137.78º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #496451 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 100 | 81 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.61 |
| HSL | 137.78º | 0.16% | 0.34% | - |
| HSV(B) | 137.78º | 0.27% | 0.39% | - |
| XYZ | 8.79 | 11.12 | 9.47 | - |
| YUV | 89.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 100 | 81 | 0.27 | 0 | 0.19 | 0.61 | 137.78 | 0.16 | 0.34 |
| Hex | 49 | 64 | 51 | 1B | 0 | 13 | 3D | 8A | 10 | 22 |
| Octal | 111 | 144 | 121 | 33 | 0 | 23 | 75 | 212 | 20 | 42 |
| Binary | 1001001 | 1100100 | 1010001 | 11011 | 0 | 10011 | 111101 | 10001010 | 10000 | 100010 |
Color Harmonies of #496451
Complementary color
Monochromatic Colors of #496451
Black with #496451
Text Example
Text Example
White with #496451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496451; }
p { color: rgb(73,100,81); }
H1.HeaderClassName
{
color: #496451;
}
.AnyTagClassName
{
color: #496451;
}
</style>
background-color css
<style>
a { background-color: #496451; }
a { background-color: rgb(73,100,81); }
div.DivClassName
{
background-color: #496451;
}
.BgClassName
{
background-color: #496451;
}
</style>
border-color css
<style>
span { border-color: #496451; }
span { border-color: rgb(73,100,81); }
td.TdClassName
{
border-color: #496451;
}
.TagClassName
{
border-color: #496451;
}
</style>