Shades of Mineral Green #49654F
Tints of Mineral Green #49654F
RGB
CMYK
RGB Variations
Color information
#49654F (or 0x49654F) is known color: Mineral Green. HEX triplet: 49, 65 and 4F. RGB value is (73,101,79). Sum of RGB (Red+Green+Blue) = 73+101+79=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 101 - color contains mainly: green. Hex color #49654F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49654F is #B69AB0. Grayscale: #5A5A5A. Windows color (decimal): -11967153 or 5203273. OLE color: 5203273.
HSL color Cylindrical-coordinate representation of color #49654F: hue angle of 132.86º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #49654F is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 101 | 79 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.60 |
| HSL | 132.86º | 0.16% | 0.34% | - |
| HSV(B) | 132.86º | 0.28% | 0.4% | - |
| XYZ | 8.81 | 11.29 | 9.11 | - |
| YUV | 90.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 79 | 0.28 | 0 | 0.22 | 0.60 | 132.86 | 0.16 | 0.34 |
| Hex | 49 | 65 | 4F | 1C | 0 | 16 | 3C | 85 | 10 | 22 |
| Octal | 111 | 145 | 117 | 34 | 0 | 26 | 74 | 205 | 20 | 42 |
| Binary | 1001001 | 1100101 | 1001111 | 11100 | 0 | 10110 | 111100 | 10000101 | 10000 | 100010 |
Color Harmonies of #49654F
Complementary color
Monochromatic Colors of #49654F
Black with #49654F
Text Example
Text Example
White with #49654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49654F; }
p { color: rgb(73,101,79); }
H1.HeaderClassName
{
color: #49654F;
}
.AnyTagClassName
{
color: #49654F;
}
</style>
background-color css
<style>
a { background-color: #49654F; }
a { background-color: rgb(73,101,79); }
div.DivClassName
{
background-color: #49654F;
}
.BgClassName
{
background-color: #49654F;
}
</style>
border-color css
<style>
span { border-color: #49654F; }
span { border-color: rgb(73,101,79); }
td.TdClassName
{
border-color: #49654F;
}
.TagClassName
{
border-color: #49654F;
}
</style>