#546B59

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

Shades of Mineral Green #546B59

Tints of Mineral Green #546B59

Color information

#546B59 (or 0x546B59) is unknown color: approx Mineral Green. HEX triplet: 54, 6B and 59. RGB value is (84,107,89). Sum of RGB (Red+Green+Blue) = 84+107+89=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 107 - color contains mainly: green. Hex color #546B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546B59 is #AB94A6. Grayscale: #626262. Windows color (decimal): -11244711 or 5860180. OLE color: 5860180.

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

Color convert

RGB8410789-
CMYK0.2100.170.58
HSL133.04º12.04%37.45%-
HSV(B)133.04º21.5%41.96%-
XYZ10.7213.1211.42-
YUV98.07122.88117.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30%
GREEN value IS 107 (42.19% from 255) = 38.21%
BLUE value IS 89 (35.16% from 255) = 31.79%
R=30%
G=38.21%
B=31.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84107890.2100.170.58133.0412.0437.45
Hex546B59150113A85c25
Octal12415313125021722051445
Binary10101001101011101100110101010001111010100001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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