Shades of Mineral Green #46604D
Tints of Mineral Green #46604D
RGB
CMYK
RGB Variations
Color information
#46604D (or 0x46604D) is known color: Mineral Green. HEX triplet: 46, 60 and 4D. RGB value is (70,96,77). Sum of RGB (Red+Green+Blue) = 70+96+77=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #46604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46604D is #B99FB2. Grayscale: #565656. Windows color (decimal): -12165043 or 5070918. OLE color: 5070918.
HSL color Cylindrical-coordinate representation of color #46604D: hue angle of 136.15º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #46604D is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 96 | 77 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.62 |
| HSL | 136.15º | 0.16% | 0.33% | - |
| HSV(B) | 136.15º | 0.27% | 0.38% | - |
| XYZ | 8.05 | 10.2 | 8.57 | - |
| YUV | 86.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 96 | 77 | 0.27 | 0 | 0.20 | 0.62 | 136.15 | 0.16 | 0.33 |
| Hex | 46 | 60 | 4D | 1B | 0 | 14 | 3E | 88 | 10 | 21 |
| Octal | 106 | 140 | 115 | 33 | 0 | 24 | 76 | 210 | 20 | 41 |
| Binary | 1000110 | 1100000 | 1001101 | 11011 | 0 | 10100 | 111110 | 10001000 | 10000 | 100001 |
Color Harmonies of #46604D
Complementary color
Monochromatic Colors of #46604D
Black with #46604D
Text Example
Text Example
White with #46604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46604D; }
p { color: rgb(70,96,77); }
H1.HeaderClassName
{
color: #46604D;
}
.AnyTagClassName
{
color: #46604D;
}
</style>
background-color css
<style>
a { background-color: #46604D; }
a { background-color: rgb(70,96,77); }
div.DivClassName
{
background-color: #46604D;
}
.BgClassName
{
background-color: #46604D;
}
</style>
border-color css
<style>
span { border-color: #46604D; }
span { border-color: rgb(70,96,77); }
td.TdClassName
{
border-color: #46604D;
}
.TagClassName
{
border-color: #46604D;
}
</style>