Shades of Mineral Green #546D58
Tints of Mineral Green #546D58
RGB
CMYK
RGB Variations
Color information
#546D58 (or 0x546D58) is known color: Mineral Green. HEX triplet: 54, 6D and 58. RGB value is (84,109,88). Sum of RGB (Red+Green+Blue) = 84+109+88=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 109 - color contains mainly: green. Hex color #546D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546D58 is #AB92A7. Grayscale: #636363. Windows color (decimal): -11244200 or 5795156. OLE color: 5795156.
HSL color Cylindrical-coordinate representation of color #546D58: hue angle of 129.6º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #546D58 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 109 | 88 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.57 |
| HSL | 129.6º | 0.13% | 0.38% | - |
| HSV(B) | 129.6º | 0.23% | 0.43% | - |
| XYZ | 10.89 | 13.53 | 11.27 | - |
| YUV | 99.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 88 | 0.23 | 0 | 0.19 | 0.57 | 129.6 | 0.13 | 0.38 |
| Hex | 54 | 6D | 58 | 17 | 0 | 13 | 39 | 82 | D | 26 |
| Octal | 124 | 155 | 130 | 27 | 0 | 23 | 71 | 202 | 15 | 46 |
| Binary | 1010100 | 1101101 | 1011000 | 10111 | 0 | 10011 | 111001 | 10000010 | 1101 | 100110 |
Color Harmonies of #546D58
Complementary color
Monochromatic Colors of #546D58
Black with #546D58
Text Example
Text Example
White with #546D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546D58; }
p { color: rgb(84,109,88); }
H1.HeaderClassName
{
color: #546D58;
}
.AnyTagClassName
{
color: #546D58;
}
</style>
background-color css
<style>
a { background-color: #546D58; }
a { background-color: rgb(84,109,88); }
div.DivClassName
{
background-color: #546D58;
}
.BgClassName
{
background-color: #546D58;
}
</style>
border-color css
<style>
span { border-color: #546D58; }
span { border-color: rgb(84,109,88); }
td.TdClassName
{
border-color: #546D58;
}
.TagClassName
{
border-color: #546D58;
}
</style>