#546B5C

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

Shades of Mineral Green #546B5C

Tints of Mineral Green #546B5C

Color information

#546B5C (or 0x546B5C) is unknown color: approx Mineral Green. HEX triplet: 54, 6B and 5C. RGB value is (84,107,92). Sum of RGB (Red+Green+Blue) = 84+107+92=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 107 - color contains mainly: green. Hex color #546B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546B5C is #AB94A3. Grayscale: #626262. Windows color (decimal): -11244708 or 6056788. OLE color: 6056788.

HSL color Cylindrical-coordinate representation of color #546B5C: hue angle of 140.87º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #546B5C is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB8410792-
CMYK0.2100.140.58
HSL140.87º12.04%37.45%-
HSV(B)140.87º21.5%41.96%-
XYZ10.8513.1712.1-
YUV98.41124.38117.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.68%
GREEN value IS 107 (42.19% from 255) = 37.81%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=29.68%
G=37.81%
B=32.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84107920.2100.140.58140.8712.0437.45
Hex546B5C150E3A8dc25
Octal12415313425016722151445
Binary1010100110101110111001010101110111010100011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,107,92); }

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

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

 a { background-color: rgb(84,107,92); }

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

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

 span { border-color: rgb(84,107,92); }

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