Shades of Mineral Green #46624C
Tints of Mineral Green #46624C
RGB
CMYK
RGB Variations
Color information
#46624C (or 0x46624C) is known color: Mineral Green. HEX triplet: 46, 62 and 4C. RGB value is (70,98,76). Sum of RGB (Red+Green+Blue) = 70+98+76=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 98 - color contains mainly: green. Hex color #46624C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46624C is #B99DB3. Grayscale: #575757. Windows color (decimal): -12164532 or 5005894. OLE color: 5005894.
HSL color Cylindrical-coordinate representation of color #46624C: hue angle of 132.86º 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 #46624C is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 98 | 76 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.62 |
| HSL | 132.86º | 0.17% | 0.33% | - |
| HSV(B) | 132.86º | 0.29% | 0.38% | - |
| XYZ | 8.2 | 10.56 | 8.44 | - |
| YUV | 87.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 76 | 0.29 | 0 | 0.22 | 0.62 | 132.86 | 0.17 | 0.33 |
| Hex | 46 | 62 | 4C | 1D | 0 | 16 | 3E | 85 | 11 | 21 |
| Octal | 106 | 142 | 114 | 35 | 0 | 26 | 76 | 205 | 21 | 41 |
| Binary | 1000110 | 1100010 | 1001100 | 11101 | 0 | 10110 | 111110 | 10000101 | 10001 | 100001 |
Color Harmonies of #46624C
Complementary color
Monochromatic Colors of #46624C
Black with #46624C
Text Example
Text Example
White with #46624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46624C; }
p { color: rgb(70,98,76); }
H1.HeaderClassName
{
color: #46624C;
}
.AnyTagClassName
{
color: #46624C;
}
</style>
background-color css
<style>
a { background-color: #46624C; }
a { background-color: rgb(70,98,76); }
div.DivClassName
{
background-color: #46624C;
}
.BgClassName
{
background-color: #46624C;
}
</style>
border-color css
<style>
span { border-color: #46624C; }
span { border-color: rgb(70,98,76); }
td.TdClassName
{
border-color: #46624C;
}
.TagClassName
{
border-color: #46624C;
}
</style>