Shades of Mineral Green #495D4E
Tints of Mineral Green #495D4E
RGB
CMYK
RGB Variations
Color information
#495D4E (or 0x495D4E) is known color: Mineral Green. HEX triplet: 49, 5D and 4E. RGB value is (73,93,78). Sum of RGB (Red+Green+Blue) = 73+93+78=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 93 - color contains mainly: green. Hex color #495D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D4E is #B6A2B1. Grayscale: #555555. Windows color (decimal): -11969202 or 5135689. OLE color: 5135689.
HSL color Cylindrical-coordinate representation of color #495D4E: hue angle of 135º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495D4E is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 93 | 78 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.64 |
| HSL | 135º | 0.12% | 0.33% | - |
| HSV(B) | 135º | 0.22% | 0.36% | - |
| XYZ | 8.04 | 9.8 | 8.67 | - |
| YUV | 85.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 78 | 0.22 | 0 | 0.16 | 0.64 | 135 | 0.12 | 0.33 |
| Hex | 49 | 5D | 4E | 16 | 0 | 10 | 40 | 87 | C | 21 |
| Octal | 111 | 135 | 116 | 26 | 0 | 20 | 100 | 207 | 14 | 41 |
| Binary | 1001001 | 1011101 | 1001110 | 10110 | 0 | 10000 | 1000000 | 10000111 | 1100 | 100001 |
Color Harmonies of #495D4E
Complementary color
Monochromatic Colors of #495D4E
Black with #495D4E
Text Example
Text Example
White with #495D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D4E; }
p { color: rgb(73,93,78); }
H1.HeaderClassName
{
color: #495D4E;
}
.AnyTagClassName
{
color: #495D4E;
}
</style>
background-color css
<style>
a { background-color: #495D4E; }
a { background-color: rgb(73,93,78); }
div.DivClassName
{
background-color: #495D4E;
}
.BgClassName
{
background-color: #495D4E;
}
</style>
border-color css
<style>
span { border-color: #495D4E; }
span { border-color: rgb(73,93,78); }
td.TdClassName
{
border-color: #495D4E;
}
.TagClassName
{
border-color: #495D4E;
}
</style>