Shades of Mineral Green #546356
Tints of Mineral Green #546356
RGB
CMYK
RGB Variations
Color information
#546356 (or 0x546356) is known color: Mineral Green. HEX triplet: 54, 63 and 56. RGB value is (84,99,86). Sum of RGB (Red+Green+Blue) = 84+99+86=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 99 - color contains mainly: green. Hex color #546356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546356 is #AB9CA9. Grayscale: #5D5D5D. Windows color (decimal): -11246762 or 5661524. OLE color: 5661524.
HSL color Cylindrical-coordinate representation of color #546356: hue angle of 128º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #546356 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 99 | 86 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.61 |
| HSL | 128º | 0.08% | 0.36% | - |
| HSV(B) | 128º | 0.15% | 0.39% | - |
| XYZ | 9.8 | 11.48 | 10.5 | - |
| YUV | 93.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 99 | 86 | 0.15 | 0 | 0.13 | 0.61 | 128 | 0.08 | 0.36 |
| Hex | 54 | 63 | 56 | F | 0 | D | 3D | 80 | 8 | 24 |
| Octal | 124 | 143 | 126 | 17 | 0 | 15 | 75 | 200 | 10 | 44 |
| Binary | 1010100 | 1100011 | 1010110 | 1111 | 0 | 1101 | 111101 | 10000000 | 1000 | 100100 |
Color Harmonies of #546356
Complementary color
Monochromatic Colors of #546356
Black with #546356
Text Example
Text Example
White with #546356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546356; }
p { color: rgb(84,99,86); }
H1.HeaderClassName
{
color: #546356;
}
.AnyTagClassName
{
color: #546356;
}
</style>
background-color css
<style>
a { background-color: #546356; }
a { background-color: rgb(84,99,86); }
div.DivClassName
{
background-color: #546356;
}
.BgClassName
{
background-color: #546356;
}
</style>
border-color css
<style>
span { border-color: #546356; }
span { border-color: rgb(84,99,86); }
td.TdClassName
{
border-color: #546356;
}
.TagClassName
{
border-color: #546356;
}
</style>