#546F5B

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

Shades of Mineral Green #546F5B

Tints of Mineral Green #546F5B

Color information

#546F5B (or 0x546F5B) is unknown color: approx Mineral Green. HEX triplet: 54, 6F and 5B. RGB value is (84,111,91). Sum of RGB (Red+Green+Blue) = 84+111+91=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 111 - color contains mainly: green. Hex color #546F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546F5B is #AB90A4. Grayscale: #646464. Windows color (decimal): -11243685 or 5992276. OLE color: 5992276.

HSL color Cylindrical-coordinate representation of color #546F5B: hue angle of 135.56º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #546F5B is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB8411191-
CMYK0.2400.180.56
HSL135.56º13.85%38.24%-
HSV(B)135.56º24.32%43.53%-
XYZ11.2314.0112.01-
YUV100.65122.55116.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.37%
GREEN value IS 111 (43.75% from 255) = 38.81%
BLUE value IS 91 (35.94% from 255) = 31.82%
R=29.37%
G=38.81%
B=31.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84111910.2400.180.56135.5613.8538.24
Hex546F5B180123888e26
Octal12415713330022702101646
Binary10101001101111101101111000010010111000100010001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,111,91); }

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

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

 a { background-color: rgb(84,111,91); }

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

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

 span { border-color: rgb(84,111,91); }

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