Shades of Mineral Green #546958
Tints of Mineral Green #546958
RGB
CMYK
RGB Variations
Color information
#546958 (or 0x546958) is known color: Mineral Green. HEX triplet: 54, 69 and 58. RGB value is (84,105,88). Sum of RGB (Red+Green+Blue) = 84+105+88=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #546958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546958 is #AB96A7. Grayscale: #606060. Windows color (decimal): -11245224 or 5794132. OLE color: 5794132.
HSL color Cylindrical-coordinate representation of color #546958: hue angle of 131.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #546958 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 105 | 88 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.59 |
| HSL | 131.43º | 0.11% | 0.37% | - |
| HSV(B) | 131.43º | 0.2% | 0.41% | - |
| XYZ | 10.47 | 12.69 | 11.13 | - |
| YUV | 96.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 105 | 88 | 0.20 | 0 | 0.16 | 0.59 | 131.43 | 0.11 | 0.37 |
| Hex | 54 | 69 | 58 | 14 | 0 | 10 | 3B | 83 | B | 25 |
| Octal | 124 | 151 | 130 | 24 | 0 | 20 | 73 | 203 | 13 | 45 |
| Binary | 1010100 | 1101001 | 1011000 | 10100 | 0 | 10000 | 111011 | 10000011 | 1011 | 100101 |
Color Harmonies of #546958
Complementary color
Monochromatic Colors of #546958
Black with #546958
Text Example
Text Example
White with #546958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546958; }
p { color: rgb(84,105,88); }
H1.HeaderClassName
{
color: #546958;
}
.AnyTagClassName
{
color: #546958;
}
</style>
background-color css
<style>
a { background-color: #546958; }
a { background-color: rgb(84,105,88); }
div.DivClassName
{
background-color: #546958;
}
.BgClassName
{
background-color: #546958;
}
</style>
border-color css
<style>
span { border-color: #546958; }
span { border-color: rgb(84,105,88); }
td.TdClassName
{
border-color: #546958;
}
.TagClassName
{
border-color: #546958;
}
</style>