#546F5A

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

Shades of Mineral Green #546F5A

Tints of Mineral Green #546F5A

Color information

#546F5A (or 0x546F5A) is unknown color: approx Mineral Green. HEX triplet: 54, 6F and 5A. RGB value is (84,111,90). Sum of RGB (Red+Green+Blue) = 84+111+90=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 111 - color contains mainly: green. Hex color #546F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546F5A is #AB90A5. Grayscale: #646464. Windows color (decimal): -11243686 or 5926740. OLE color: 5926740.

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

Color convert

RGB8411190-
CMYK0.2400.190.56
HSL133.33º13.85%38.24%-
HSV(B)133.33º24.32%43.53%-
XYZ11.1913.9911.78-
YUV100.53122.05116.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.47%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 90 (35.55% from 255) = 31.58%
R=29.47%
G=38.95%
B=31.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84111900.2400.190.56133.3313.8538.24
Hex546F5A180133885e26
Octal12415713230023702051646
Binary10101001101111101101011000010011111000100001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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