Shades of Mineral Green #46654C
Tints of Mineral Green #46654C
RGB
CMYK
RGB Variations
Color information
#46654C (or 0x46654C) is known color: Mineral Green. HEX triplet: 46, 65 and 4C. RGB value is (70,101,76). Sum of RGB (Red+Green+Blue) = 70+101+76=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 101 - color contains mainly: green. Hex color #46654C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46654C is #B99AB3. Grayscale: #585858. Windows color (decimal): -12163764 or 5006662. OLE color: 5006662.
HSL color Cylindrical-coordinate representation of color #46654C: hue angle of 131.61º 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 #46654C is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 101 | 76 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.60 |
| HSL | 131.61º | 0.18% | 0.34% | - |
| HSV(B) | 131.61º | 0.31% | 0.4% | - |
| XYZ | 8.48 | 11.13 | 8.54 | - |
| YUV | 88.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 76 | 0.31 | 0 | 0.25 | 0.60 | 131.61 | 0.18 | 0.34 |
| Hex | 46 | 65 | 4C | 1F | 0 | 19 | 3C | 84 | 12 | 22 |
| Octal | 106 | 145 | 114 | 37 | 0 | 31 | 74 | 204 | 22 | 42 |
| Binary | 1000110 | 1100101 | 1001100 | 11111 | 0 | 11001 | 111100 | 10000100 | 10010 | 100010 |
Color Harmonies of #46654C
Complementary color
Monochromatic Colors of #46654C
Black with #46654C
Text Example
Text Example
White with #46654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46654C; }
p { color: rgb(70,101,76); }
H1.HeaderClassName
{
color: #46654C;
}
.AnyTagClassName
{
color: #46654C;
}
</style>
background-color css
<style>
a { background-color: #46654C; }
a { background-color: rgb(70,101,76); }
div.DivClassName
{
background-color: #46654C;
}
.BgClassName
{
background-color: #46654C;
}
</style>
border-color css
<style>
span { border-color: #46654C; }
span { border-color: rgb(70,101,76); }
td.TdClassName
{
border-color: #46654C;
}
.TagClassName
{
border-color: #46654C;
}
</style>