Shades of Mineral Green #546C5C
Tints of Mineral Green #546C5C
RGB
CMYK
RGB Variations
Color information
#546C5C (or 0x546C5C) is known color: Mineral Green. HEX triplet: 54, 6C and 5C. RGB value is (84,108,92). Sum of RGB (Red+Green+Blue) = 84+108+92=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 108 - color contains mainly: green. Hex color #546C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546C5C is #AB93A3. Grayscale: #636363. Windows color (decimal): -11244452 or 6057044. OLE color: 6057044.
HSL color Cylindrical-coordinate representation of color #546C5C: hue angle of 140º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #546C5C is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 108 | 92 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.58 |
| HSL | 140º | 0.13% | 0.38% | - |
| HSV(B) | 140º | 0.22% | 0.42% | - |
| XYZ | 10.95 | 13.38 | 12.13 | - |
| YUV | 99 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 92 | 0.22 | 0 | 0.15 | 0.58 | 140 | 0.13 | 0.38 |
| Hex | 54 | 6C | 5C | 16 | 0 | F | 3A | 8C | C | 26 |
| Octal | 124 | 154 | 134 | 26 | 0 | 17 | 72 | 214 | 14 | 46 |
| Binary | 1010100 | 1101100 | 1011100 | 10110 | 0 | 1111 | 111010 | 10001100 | 1100 | 100110 |
Color Harmonies of #546C5C
Complementary color
Monochromatic Colors of #546C5C
Black with #546C5C
Text Example
Text Example
White with #546C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546C5C; }
p { color: rgb(84,108,92); }
H1.HeaderClassName
{
color: #546C5C;
}
.AnyTagClassName
{
color: #546C5C;
}
</style>
background-color css
<style>
a { background-color: #546C5C; }
a { background-color: rgb(84,108,92); }
div.DivClassName
{
background-color: #546C5C;
}
.BgClassName
{
background-color: #546C5C;
}
</style>
border-color css
<style>
span { border-color: #546C5C; }
span { border-color: rgb(84,108,92); }
td.TdClassName
{
border-color: #546C5C;
}
.TagClassName
{
border-color: #546C5C;
}
</style>