#546C5A

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

Shades of Mineral Green #546C5A

Tints of Mineral Green #546C5A

Color information

#546C5A (or 0x546C5A) is unknown color: approx Mineral Green. HEX triplet: 54, 6C and 5A. RGB value is (84,108,90). Sum of RGB (Red+Green+Blue) = 84+108+90=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 108 - color contains mainly: green. Hex color #546C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546C5A is #AB93A5. Grayscale: #626262. Windows color (decimal): -11244454 or 5925972. OLE color: 5925972.

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

Color convert

RGB8410890-
CMYK0.2200.170.58
HSL135º12.5%37.65%-
HSV(B)135º22.22%42.35%-
XYZ10.8613.3511.68-
YUV98.77123.05117.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.79%
GREEN value IS 108 (42.58% from 255) = 38.30%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=29.79%
G=38.30%
B=31.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84108900.2200.170.5813512.537.65
Hex546C5A160113A87c26
Octal12415413226021722071446
Binary10101001101100101101010110010001111010100001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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