Shades of Mineral Green #46654F
Tints of Mineral Green #46654F
RGB
CMYK
RGB Variations
Color information
#46654F (or 0x46654F) is known color: Mineral Green. HEX triplet: 46, 65 and 4F. RGB value is (70,101,79). Sum of RGB (Red+Green+Blue) = 70+101+79=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 101 - color contains mainly: green. Hex color #46654F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46654F is #B99AB0. Grayscale: #595959. Windows color (decimal): -12163761 or 5203270. OLE color: 5203270.
HSL color Cylindrical-coordinate representation of color #46654F: hue angle of 137.42º 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 #46654F is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 101 | 79 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.60 |
| HSL | 137.42º | 0.18% | 0.34% | - |
| HSV(B) | 137.42º | 0.31% | 0.4% | - |
| XYZ | 8.59 | 11.17 | 9.1 | - |
| YUV | 89.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 79 | 0.31 | 0 | 0.22 | 0.60 | 137.42 | 0.18 | 0.34 |
| Hex | 46 | 65 | 4F | 1F | 0 | 16 | 3C | 89 | 12 | 22 |
| Octal | 106 | 145 | 117 | 37 | 0 | 26 | 74 | 211 | 22 | 42 |
| Binary | 1000110 | 1100101 | 1001111 | 11111 | 0 | 10110 | 111100 | 10001001 | 10010 | 100010 |
Color Harmonies of #46654F
Complementary color
Monochromatic Colors of #46654F
Black with #46654F
Text Example
Text Example
White with #46654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46654F; }
p { color: rgb(70,101,79); }
H1.HeaderClassName
{
color: #46654F;
}
.AnyTagClassName
{
color: #46654F;
}
</style>
background-color css
<style>
a { background-color: #46654F; }
a { background-color: rgb(70,101,79); }
div.DivClassName
{
background-color: #46654F;
}
.BgClassName
{
background-color: #46654F;
}
</style>
border-color css
<style>
span { border-color: #46654F; }
span { border-color: rgb(70,101,79); }
td.TdClassName
{
border-color: #46654F;
}
.TagClassName
{
border-color: #46654F;
}
</style>