Shades of Mineral Green #49674F
Tints of Mineral Green #49674F
RGB
CMYK
RGB Variations
Color information
#49674F (or 0x49674F) is known color: Mineral Green. HEX triplet: 49, 67 and 4F. RGB value is (73,103,79). Sum of RGB (Red+Green+Blue) = 73+103+79=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 103 - color contains mainly: green. Hex color #49674F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49674F is #B698B0. Grayscale: #5B5B5B. Windows color (decimal): -11966641 or 5203785. OLE color: 5203785.
HSL color Cylindrical-coordinate representation of color #49674F: hue angle of 132º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #49674F is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 103 | 79 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.60 |
| HSL | 132º | 0.17% | 0.35% | - |
| HSV(B) | 132º | 0.29% | 0.4% | - |
| XYZ | 9.01 | 11.68 | 9.18 | - |
| YUV | 91.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 79 | 0.29 | 0 | 0.23 | 0.60 | 132 | 0.17 | 0.35 |
| Hex | 49 | 67 | 4F | 1D | 0 | 17 | 3C | 84 | 11 | 23 |
| Octal | 111 | 147 | 117 | 35 | 0 | 27 | 74 | 204 | 21 | 43 |
| Binary | 1001001 | 1100111 | 1001111 | 11101 | 0 | 10111 | 111100 | 10000100 | 10001 | 100011 |
Color Harmonies of #49674F
Complementary color
Monochromatic Colors of #49674F
Black with #49674F
Text Example
Text Example
White with #49674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49674F; }
p { color: rgb(73,103,79); }
H1.HeaderClassName
{
color: #49674F;
}
.AnyTagClassName
{
color: #49674F;
}
</style>
background-color css
<style>
a { background-color: #49674F; }
a { background-color: rgb(73,103,79); }
div.DivClassName
{
background-color: #49674F;
}
.BgClassName
{
background-color: #49674F;
}
</style>
border-color css
<style>
span { border-color: #49674F; }
span { border-color: rgb(73,103,79); }
td.TdClassName
{
border-color: #49674F;
}
.TagClassName
{
border-color: #49674F;
}
</style>