Shades of Mineral Green #46674C
Tints of Mineral Green #46674C
RGB
CMYK
RGB Variations
Color information
#46674C (or 0x46674C) is known color: Mineral Green. HEX triplet: 46, 67 and 4C. RGB value is (70,103,76). Sum of RGB (Red+Green+Blue) = 70+103+76=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 103 - color contains mainly: green. Hex color #46674C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46674C is #B998B3. Grayscale: #5A5A5A. Windows color (decimal): -12163252 or 5007174. OLE color: 5007174.
HSL color Cylindrical-coordinate representation of color #46674C: hue angle of 130.91º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #46674C is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 103 | 76 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.60 |
| HSL | 130.91º | 0.19% | 0.34% | - |
| HSV(B) | 130.91º | 0.32% | 0.4% | - |
| XYZ | 8.68 | 11.52 | 8.6 | - |
| YUV | 90.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 76 | 0.32 | 0 | 0.26 | 0.60 | 130.91 | 0.19 | 0.34 |
| Hex | 46 | 67 | 4C | 20 | 0 | 1A | 3C | 83 | 13 | 22 |
| Octal | 106 | 147 | 114 | 40 | 0 | 32 | 74 | 203 | 23 | 42 |
| Binary | 1000110 | 1100111 | 1001100 | 100000 | 0 | 11010 | 111100 | 10000011 | 10011 | 100010 |
Color Harmonies of #46674C
Complementary color
Monochromatic Colors of #46674C
Black with #46674C
Text Example
Text Example
White with #46674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46674C; }
p { color: rgb(70,103,76); }
H1.HeaderClassName
{
color: #46674C;
}
.AnyTagClassName
{
color: #46674C;
}
</style>
background-color css
<style>
a { background-color: #46674C; }
a { background-color: rgb(70,103,76); }
div.DivClassName
{
background-color: #46674C;
}
.BgClassName
{
background-color: #46674C;
}
</style>
border-color css
<style>
span { border-color: #46674C; }
span { border-color: rgb(70,103,76); }
td.TdClassName
{
border-color: #46674C;
}
.TagClassName
{
border-color: #46674C;
}
</style>