Shades of Mineral Green #46674D
Tints of Mineral Green #46674D
RGB
CMYK
RGB Variations
Color information
#46674D (or 0x46674D) is known color: Mineral Green. HEX triplet: 46, 67 and 4D. RGB value is (70,103,77). Sum of RGB (Red+Green+Blue) = 70+103+77=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 103 - color contains mainly: green. Hex color #46674D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46674D is #B998B2. Grayscale: #5A5A5A. Windows color (decimal): -12163251 or 5072710. OLE color: 5072710.
HSL color Cylindrical-coordinate representation of color #46674D: hue angle of 132.73º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #46674D is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 103 | 77 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.60 |
| HSL | 132.73º | 0.19% | 0.34% | - |
| HSV(B) | 132.73º | 0.32% | 0.4% | - |
| XYZ | 8.72 | 11.54 | 8.79 | - |
| YUV | 90.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 77 | 0.32 | 0 | 0.25 | 0.60 | 132.73 | 0.19 | 0.34 |
| Hex | 46 | 67 | 4D | 20 | 0 | 19 | 3C | 85 | 13 | 22 |
| Octal | 106 | 147 | 115 | 40 | 0 | 31 | 74 | 205 | 23 | 42 |
| Binary | 1000110 | 1100111 | 1001101 | 100000 | 0 | 11001 | 111100 | 10000101 | 10011 | 100010 |
Color Harmonies of #46674D
Complementary color
Monochromatic Colors of #46674D
Black with #46674D
Text Example
Text Example
White with #46674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46674D; }
p { color: rgb(70,103,77); }
H1.HeaderClassName
{
color: #46674D;
}
.AnyTagClassName
{
color: #46674D;
}
</style>
background-color css
<style>
a { background-color: #46674D; }
a { background-color: rgb(70,103,77); }
div.DivClassName
{
background-color: #46674D;
}
.BgClassName
{
background-color: #46674D;
}
</style>
border-color css
<style>
span { border-color: #46674D; }
span { border-color: rgb(70,103,77); }
td.TdClassName
{
border-color: #46674D;
}
.TagClassName
{
border-color: #46674D;
}
</style>