Shades of Mineral Green #46644E
Tints of Mineral Green #46644E
RGB
CMYK
RGB Variations
Color information
#46644E (or 0x46644E) is known color: Mineral Green. HEX triplet: 46, 64 and 4E. RGB value is (70,100,78). Sum of RGB (Red+Green+Blue) = 70+100+78=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 100 - color contains mainly: green. Hex color #46644E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46644E is #B99BB1. Grayscale: #585858. Windows color (decimal): -12164018 or 5137478. OLE color: 5137478.
HSL color Cylindrical-coordinate representation of color #46644E: hue angle of 136º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #46644E is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 100 | 78 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.61 |
| HSL | 136º | 0.18% | 0.33% | - |
| HSV(B) | 136º | 0.3% | 0.39% | - |
| XYZ | 8.46 | 10.97 | 8.88 | - |
| YUV | 88.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 100 | 78 | 0.30 | 0 | 0.22 | 0.61 | 136 | 0.18 | 0.33 |
| Hex | 46 | 64 | 4E | 1E | 0 | 16 | 3D | 88 | 12 | 21 |
| Octal | 106 | 144 | 116 | 36 | 0 | 26 | 75 | 210 | 22 | 41 |
| Binary | 1000110 | 1100100 | 1001110 | 11110 | 0 | 10110 | 111101 | 10001000 | 10010 | 100001 |
Color Harmonies of #46644E
Complementary color
Monochromatic Colors of #46644E
Black with #46644E
Text Example
Text Example
White with #46644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46644E; }
p { color: rgb(70,100,78); }
H1.HeaderClassName
{
color: #46644E;
}
.AnyTagClassName
{
color: #46644E;
}
</style>
background-color css
<style>
a { background-color: #46644E; }
a { background-color: rgb(70,100,78); }
div.DivClassName
{
background-color: #46644E;
}
.BgClassName
{
background-color: #46644E;
}
</style>
border-color css
<style>
span { border-color: #46644E; }
span { border-color: rgb(70,100,78); }
td.TdClassName
{
border-color: #46644E;
}
.TagClassName
{
border-color: #46644E;
}
</style>