#546357

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

Shades of Mineral Green #546357

Tints of Mineral Green #546357

Color information

#546357 (or 0x546357) is unknown color: approx Mineral Green. HEX triplet: 54, 63 and 57. RGB value is (84,99,87). Sum of RGB (Red+Green+Blue) = 84+99+87=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 99 - color contains mainly: green. Hex color #546357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546357 is #AB9CA8. Grayscale: #5D5D5D. Windows color (decimal): -11246761 or 5727060. OLE color: 5727060.

HSL color Cylindrical-coordinate representation of color #546357: hue angle of 132º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #546357 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB849987-
CMYK0.1500.120.61
HSL132º8.2%35.88%-
HSV(B)132º15.15%38.82%-
XYZ9.8411.510.72-
YUV93.15124.53121.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.11%
GREEN value IS 99 (39.06% from 255) = 36.67%
BLUE value IS 87 (34.38% from 255) = 32.22%
R=31.11%
G=36.67%
B=32.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8499870.1500.120.611328.235.88
Hex546357F0C3D84824
Octal12414312717014752041044
Binary101010011000111010111111101100111101100001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546357; }

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

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

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

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

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

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

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

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