Shades of Mineral Green #46674F
Tints of Mineral Green #46674F
RGB
CMYK
RGB Variations
Color information
#46674F (or 0x46674F) is known color: Mineral Green. HEX triplet: 46, 67 and 4F. RGB value is (70,103,79). Sum of RGB (Red+Green+Blue) = 70+103+79=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 103 - color contains mainly: green. Hex color #46674F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46674F is #B998B0. Grayscale: #5A5A5A. Windows color (decimal): -12163249 or 5203782. OLE color: 5203782.
HSL color Cylindrical-coordinate representation of color #46674F: hue angle of 136.36º 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 #46674F is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 103 | 79 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.60 |
| HSL | 136.36º | 0.19% | 0.34% | - |
| HSV(B) | 136.36º | 0.32% | 0.4% | - |
| XYZ | 8.79 | 11.57 | 9.17 | - |
| YUV | 90.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 103 | 79 | 0.32 | 0 | 0.23 | 0.60 | 136.36 | 0.19 | 0.34 |
| Hex | 46 | 67 | 4F | 20 | 0 | 17 | 3C | 88 | 13 | 22 |
| Octal | 106 | 147 | 117 | 40 | 0 | 27 | 74 | 210 | 23 | 42 |
| Binary | 1000110 | 1100111 | 1001111 | 100000 | 0 | 10111 | 111100 | 10001000 | 10011 | 100010 |
Color Harmonies of #46674F
Complementary color
Monochromatic Colors of #46674F
Black with #46674F
Text Example
Text Example
White with #46674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46674F; }
p { color: rgb(70,103,79); }
H1.HeaderClassName
{
color: #46674F;
}
.AnyTagClassName
{
color: #46674F;
}
</style>
background-color css
<style>
a { background-color: #46674F; }
a { background-color: rgb(70,103,79); }
div.DivClassName
{
background-color: #46674F;
}
.BgClassName
{
background-color: #46674F;
}
</style>
border-color css
<style>
span { border-color: #46674F; }
span { border-color: rgb(70,103,79); }
td.TdClassName
{
border-color: #46674F;
}
.TagClassName
{
border-color: #46674F;
}
</style>