#546C57

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

Shades of Mineral Green #546C57

Tints of Mineral Green #546C57

Color information

#546C57 (or 0x546C57) is unknown color: approx Mineral Green. HEX triplet: 54, 6C and 57. RGB value is (84,108,87). Sum of RGB (Red+Green+Blue) = 84+108+87=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 108 - color contains mainly: green. Hex color #546C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546C57 is #AB93A8. Grayscale: #626262. Windows color (decimal): -11244457 or 5729364. OLE color: 5729364.

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

Color convert

RGB8410887-
CMYK0.2200.190.58
HSL127.5º12.5%37.65%-
HSV(B)127.5º22.22%42.35%-
XYZ10.7413.311.02-
YUV98.43121.55117.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.11%
GREEN value IS 108 (42.58% from 255) = 38.71%
BLUE value IS 87 (34.38% from 255) = 31.18%
R=30.11%
G=38.71%
B=31.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84108870.2200.190.58127.512.537.65
Hex546C57160133A7fc26
Octal12415412726023721771446
Binary1010100110110010101111011001001111101011111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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