Shades of Mineral Green #46654D
Tints of Mineral Green #46654D
RGB
CMYK
RGB Variations
Color information
#46654D (or 0x46654D) is known color: Mineral Green. HEX triplet: 46, 65 and 4D. RGB value is (70,101,77). Sum of RGB (Red+Green+Blue) = 70+101+77=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 101 - color contains mainly: green. Hex color #46654D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46654D is #B99AB2. Grayscale: #595959. Windows color (decimal): -12163763 or 5072198. OLE color: 5072198.
HSL color Cylindrical-coordinate representation of color #46654D: hue angle of 133.55º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #46654D is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 101 | 77 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.60 |
| HSL | 133.55º | 0.18% | 0.34% | - |
| HSV(B) | 133.55º | 0.31% | 0.4% | - |
| XYZ | 8.52 | 11.15 | 8.72 | - |
| YUV | 89 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 77 | 0.31 | 0 | 0.24 | 0.60 | 133.55 | 0.18 | 0.34 |
| Hex | 46 | 65 | 4D | 1F | 0 | 18 | 3C | 86 | 12 | 22 |
| Octal | 106 | 145 | 115 | 37 | 0 | 30 | 74 | 206 | 22 | 42 |
| Binary | 1000110 | 1100101 | 1001101 | 11111 | 0 | 11000 | 111100 | 10000110 | 10010 | 100010 |
Color Harmonies of #46654D
Complementary color
Monochromatic Colors of #46654D
Black with #46654D
Text Example
Text Example
White with #46654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46654D; }
p { color: rgb(70,101,77); }
H1.HeaderClassName
{
color: #46654D;
}
.AnyTagClassName
{
color: #46654D;
}
</style>
background-color css
<style>
a { background-color: #46654D; }
a { background-color: rgb(70,101,77); }
div.DivClassName
{
background-color: #46654D;
}
.BgClassName
{
background-color: #46654D;
}
</style>
border-color css
<style>
span { border-color: #46654D; }
span { border-color: rgb(70,101,77); }
td.TdClassName
{
border-color: #46654D;
}
.TagClassName
{
border-color: #46654D;
}
</style>