Shades of Mineral Green #46614C
Tints of Mineral Green #46614C
RGB
CMYK
RGB Variations
Color information
#46614C (or 0x46614C) is known color: Mineral Green. HEX triplet: 46, 61 and 4C. RGB value is (70,97,76). Sum of RGB (Red+Green+Blue) = 70+97+76=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #46614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46614C is #B99EB3. Grayscale: #565656. Windows color (decimal): -12164788 or 5005638. OLE color: 5005638.
HSL color Cylindrical-coordinate representation of color #46614C: hue angle of 133.33º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #46614C is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 97 | 76 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.62 |
| HSL | 133.33º | 0.16% | 0.33% | - |
| HSV(B) | 133.33º | 0.28% | 0.38% | - |
| XYZ | 8.1 | 10.37 | 8.41 | - |
| YUV | 86.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 97 | 76 | 0.28 | 0 | 0.22 | 0.62 | 133.33 | 0.16 | 0.33 |
| Hex | 46 | 61 | 4C | 1C | 0 | 16 | 3E | 85 | 10 | 21 |
| Octal | 106 | 141 | 114 | 34 | 0 | 26 | 76 | 205 | 20 | 41 |
| Binary | 1000110 | 1100001 | 1001100 | 11100 | 0 | 10110 | 111110 | 10000101 | 10000 | 100001 |
Color Harmonies of #46614C
Complementary color
Monochromatic Colors of #46614C
Black with #46614C
Text Example
Text Example
White with #46614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46614C; }
p { color: rgb(70,97,76); }
H1.HeaderClassName
{
color: #46614C;
}
.AnyTagClassName
{
color: #46614C;
}
</style>
background-color css
<style>
a { background-color: #46614C; }
a { background-color: rgb(70,97,76); }
div.DivClassName
{
background-color: #46614C;
}
.BgClassName
{
background-color: #46614C;
}
</style>
border-color css
<style>
span { border-color: #46614C; }
span { border-color: rgb(70,97,76); }
td.TdClassName
{
border-color: #46614C;
}
.TagClassName
{
border-color: #46614C;
}
</style>