Shades of Mineral Green #496450
Tints of Mineral Green #496450
RGB
CMYK
RGB Variations
Color information
#496450 (or 0x496450) is known color: Mineral Green. HEX triplet: 49, 64 and 50. RGB value is (73,100,80). Sum of RGB (Red+Green+Blue) = 73+100+80=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 100 - color contains mainly: green. Hex color #496450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496450 is #B69BAF. Grayscale: #595959. Windows color (decimal): -11967408 or 5268553. OLE color: 5268553.
HSL color Cylindrical-coordinate representation of color #496450: hue angle of 135.56º 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 #496450 is Cyan = 0.27, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 100 | 80 | - |
| CMYK | 0.27 | 0 | 0.2 | 0.61 |
| HSL | 135.56º | 0.16% | 0.34% | - |
| HSV(B) | 135.56º | 0.27% | 0.39% | - |
| XYZ | 8.75 | 11.11 | 9.27 | - |
| YUV | 89.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 100 | 80 | 0.27 | 0 | 0.2 | 0.61 | 135.56 | 0.16 | 0.34 |
| Hex | 49 | 64 | 50 | 1B | 0 | 14 | 3D | 88 | 10 | 22 |
| Octal | 111 | 144 | 120 | 33 | 0 | 24 | 75 | 210 | 20 | 42 |
| Binary | 1001001 | 1100100 | 1010000 | 11011 | 0 | 10100 | 111101 | 10001000 | 10000 | 100010 |
Color Harmonies of #496450
Complementary color
Monochromatic Colors of #496450
Black with #496450
Text Example
Text Example
White with #496450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496450; }
p { color: rgb(73,100,80); }
H1.HeaderClassName
{
color: #496450;
}
.AnyTagClassName
{
color: #496450;
}
</style>
background-color css
<style>
a { background-color: #496450; }
a { background-color: rgb(73,100,80); }
div.DivClassName
{
background-color: #496450;
}
.BgClassName
{
background-color: #496450;
}
</style>
border-color css
<style>
span { border-color: #496450; }
span { border-color: rgb(73,100,80); }
td.TdClassName
{
border-color: #496450;
}
.TagClassName
{
border-color: #496450;
}
</style>