#546D5A

Color #546D5A Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #546D5A

Tints of Mineral Green #546D5A

Color information

#546D5A (or 0x546D5A) is unknown color: approx Mineral Green. HEX triplet: 54, 6D and 5A. RGB value is (84,109,90). Sum of RGB (Red+Green+Blue) = 84+109+90=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 109 - color contains mainly: green. Hex color #546D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546D5A is #AB92A5. Grayscale: #636363. Windows color (decimal): -11244198 or 5926228. OLE color: 5926228.

HSL color Cylindrical-coordinate representation of color #546D5A: hue angle of 134.4º 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 #546D5A is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB8410990-
CMYK0.2300.170.57
HSL134.4º12.95%37.84%-
HSV(B)134.4º22.94%42.75%-
XYZ10.9713.5611.71-
YUV99.36122.72117.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 29.68%
GREEN value IS 109 (42.97% from 255) = 38.52%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=29.68%
G=38.52%
B=31.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84109900.2300.170.57134.412.9537.84
Hex546D5A170113986d26
Octal12415513227021712061546
Binary10101001101101101101010111010001111001100001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546D5A; }

 p { color: rgb(84,109,90); }

 H1.HeaderClassName
 {
   color: #546D5A;
 }
 .AnyTagClassName
 {
   color: #546D5A;
 }
</style>
background-color css

<style>
 a { background-color: #546D5A; }

 a { background-color: rgb(84,109,90); }

 div.DivClassName
 {
   background-color: #546D5A;
 }
 .BgClassName
 {
   background-color: #546D5A;
 }
</style>
border-color css

<style>
 span { border-color: #546D5A; }

 span { border-color: rgb(84,109,90); }

 td.TdClassName
 {
   border-color: #546D5A;
 }
 .TagClassName
 {
   border-color: #546D5A;
 }
</style>