#546A5A

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

Shades of Mineral Green #546A5A

Tints of Mineral Green #546A5A

Color information

#546A5A (or 0x546A5A) is unknown color: approx Mineral Green. HEX triplet: 54, 6A and 5A. RGB value is (84,106,90). Sum of RGB (Red+Green+Blue) = 84+106+90=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 106 - color contains mainly: green. Hex color #546A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546A5A is #AB95A5. Grayscale: #616161. Windows color (decimal): -11244966 or 5925460. OLE color: 5925460.

HSL color Cylindrical-coordinate representation of color #546A5A: hue angle of 136.36º 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 #546A5A is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB8410690-
CMYK0.2100.150.58
HSL136.36º11.58%37.25%-
HSV(B)136.36º20.75%41.57%-
XYZ10.6612.9311.61-
YUV97.6123.71118.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=30%
G=37.86%
B=32.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84106900.2100.150.58136.3611.5837.25
Hex546A5A150F3A88c25
Octal12415213225017722101445
Binary1010100110101010110101010101111111010100010001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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