Shades of Mineral Green #46624E
Tints of Mineral Green #46624E
RGB
CMYK
RGB Variations
Color information
#46624E (or 0x46624E) is known color: Mineral Green. HEX triplet: 46, 62 and 4E. RGB value is (70,98,78). Sum of RGB (Red+Green+Blue) = 70+98+78=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 98 - color contains mainly: green. Hex color #46624E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46624E is #B99DB1. Grayscale: #575757. Windows color (decimal): -12164530 or 5136966. OLE color: 5136966.
HSL color Cylindrical-coordinate representation of color #46624E: hue angle of 137.14º 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 #46624E is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 98 | 78 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.62 |
| HSL | 137.14º | 0.17% | 0.33% | - |
| HSV(B) | 137.14º | 0.29% | 0.38% | - |
| XYZ | 8.27 | 10.59 | 8.82 | - |
| YUV | 87.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 78 | 0.29 | 0 | 0.20 | 0.62 | 137.14 | 0.17 | 0.33 |
| Hex | 46 | 62 | 4E | 1D | 0 | 14 | 3E | 89 | 11 | 21 |
| Octal | 106 | 142 | 116 | 35 | 0 | 24 | 76 | 211 | 21 | 41 |
| Binary | 1000110 | 1100010 | 1001110 | 11101 | 0 | 10100 | 111110 | 10001001 | 10001 | 100001 |
Color Harmonies of #46624E
Complementary color
Monochromatic Colors of #46624E
Black with #46624E
Text Example
Text Example
White with #46624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46624E; }
p { color: rgb(70,98,78); }
H1.HeaderClassName
{
color: #46624E;
}
.AnyTagClassName
{
color: #46624E;
}
</style>
background-color css
<style>
a { background-color: #46624E; }
a { background-color: rgb(70,98,78); }
div.DivClassName
{
background-color: #46624E;
}
.BgClassName
{
background-color: #46624E;
}
</style>
border-color css
<style>
span { border-color: #46624E; }
span { border-color: rgb(70,98,78); }
td.TdClassName
{
border-color: #46624E;
}
.TagClassName
{
border-color: #46624E;
}
</style>