Shades of Mineral Green #46624D
Tints of Mineral Green #46624D
RGB
CMYK
RGB Variations
Color information
#46624D (or 0x46624D) is known color: Mineral Green. HEX triplet: 46, 62 and 4D. RGB value is (70,98,77). Sum of RGB (Red+Green+Blue) = 70+98+77=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 98 - color contains mainly: green. Hex color #46624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46624D is #B99DB2. Grayscale: #575757. Windows color (decimal): -12164531 or 5071430. OLE color: 5071430.
HSL color Cylindrical-coordinate representation of color #46624D: hue angle of 135º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #46624D is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 98 | 77 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.62 |
| HSL | 135º | 0.17% | 0.33% | - |
| HSV(B) | 135º | 0.29% | 0.38% | - |
| XYZ | 8.23 | 10.57 | 8.63 | - |
| YUV | 87.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 77 | 0.29 | 0 | 0.21 | 0.62 | 135 | 0.17 | 0.33 |
| Hex | 46 | 62 | 4D | 1D | 0 | 15 | 3E | 87 | 11 | 21 |
| Octal | 106 | 142 | 115 | 35 | 0 | 25 | 76 | 207 | 21 | 41 |
| Binary | 1000110 | 1100010 | 1001101 | 11101 | 0 | 10101 | 111110 | 10000111 | 10001 | 100001 |
Color Harmonies of #46624D
Complementary color
Monochromatic Colors of #46624D
Black with #46624D
Text Example
Text Example
White with #46624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46624D; }
p { color: rgb(70,98,77); }
H1.HeaderClassName
{
color: #46624D;
}
.AnyTagClassName
{
color: #46624D;
}
</style>
background-color css
<style>
a { background-color: #46624D; }
a { background-color: rgb(70,98,77); }
div.DivClassName
{
background-color: #46624D;
}
.BgClassName
{
background-color: #46624D;
}
</style>
border-color css
<style>
span { border-color: #46624D; }
span { border-color: rgb(70,98,77); }
td.TdClassName
{
border-color: #46624D;
}
.TagClassName
{
border-color: #46624D;
}
</style>