Shades of Mineral Green #495A4D
Tints of Mineral Green #495A4D
RGB
CMYK
RGB Variations
Color information
#495A4D (or 0x495A4D) is known color: Mineral Green. HEX triplet: 49, 5A and 4D. RGB value is (73,90,77). Sum of RGB (Red+Green+Blue) = 73+90+77=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 90 - color contains mainly: green. Hex color #495A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A4D is #B6A5B2. Grayscale: #535353. Windows color (decimal): -11969971 or 5069385. OLE color: 5069385.
HSL color Cylindrical-coordinate representation of color #495A4D: hue angle of 134.12º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #495A4D is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 77 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.65 |
| HSL | 134.12º | 0.1% | 0.32% | - |
| HSV(B) | 134.12º | 0.19% | 0.35% | - |
| XYZ | 7.74 | 9.26 | 8.4 | - |
| YUV | 83.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 77 | 0.19 | 0 | 0.14 | 0.65 | 134.12 | 0.1 | 0.32 |
| Hex | 49 | 5A | 4D | 13 | 0 | E | 41 | 86 | A | 20 |
| Octal | 111 | 132 | 115 | 23 | 0 | 16 | 101 | 206 | 12 | 40 |
| Binary | 1001001 | 1011010 | 1001101 | 10011 | 0 | 1110 | 1000001 | 10000110 | 1010 | 100000 |
Color Harmonies of #495A4D
Complementary color
Monochromatic Colors of #495A4D
Black with #495A4D
Text Example
Text Example
White with #495A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A4D; }
p { color: rgb(73,90,77); }
H1.HeaderClassName
{
color: #495A4D;
}
.AnyTagClassName
{
color: #495A4D;
}
</style>
background-color css
<style>
a { background-color: #495A4D; }
a { background-color: rgb(73,90,77); }
div.DivClassName
{
background-color: #495A4D;
}
.BgClassName
{
background-color: #495A4D;
}
</style>
border-color css
<style>
span { border-color: #495A4D; }
span { border-color: rgb(73,90,77); }
td.TdClassName
{
border-color: #495A4D;
}
.TagClassName
{
border-color: #495A4D;
}
</style>