#546B5A

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

Shades of Mineral Green #546B5A

Tints of Mineral Green #546B5A

Color information

#546B5A (or 0x546B5A) is unknown color: approx Mineral Green. HEX triplet: 54, 6B and 5A. RGB value is (84,107,90). Sum of RGB (Red+Green+Blue) = 84+107+90=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 107 - color contains mainly: green. Hex color #546B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546B5A is #AB94A5. Grayscale: #626262. Windows color (decimal): -11244710 or 5925716. OLE color: 5925716.

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

Color convert

RGB8410790-
CMYK0.2100.160.58
HSL135.65º12.04%37.45%-
HSV(B)135.65º21.5%41.96%-
XYZ10.7613.1411.64-
YUV98.18123.38117.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.89%
GREEN value IS 107 (42.19% from 255) = 38.08%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=29.89%
G=38.08%
B=32.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84107900.2100.160.58135.6512.0437.45
Hex546B5A150103A88c25
Octal12415313225020722101445
Binary10101001101011101101010101010000111010100010001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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