#546257

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

Shades of Mineral Green #546257

Tints of Mineral Green #546257

Color information

#546257 (or 0x546257) is unknown color: approx Mineral Green. HEX triplet: 54, 62 and 57. RGB value is (84,98,87). Sum of RGB (Red+Green+Blue) = 84+98+87=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 98 - color contains mainly: green. Hex color #546257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546257 is #AB9DA8. Grayscale: #5C5C5C. Windows color (decimal): -11247017 or 5726804. OLE color: 5726804.

HSL color Cylindrical-coordinate representation of color #546257: hue angle of 132.86º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #546257 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB849887-
CMYK0.1400.110.62
HSL132.86º7.69%35.69%-
HSV(B)132.86º14.29%38.43%-
XYZ9.7411.3110.69-
YUV92.56124.86121.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.23%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 87 (34.38% from 255) = 32.34%
R=31.23%
G=36.43%
B=32.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8498870.1400.110.62132.867.6935.69
Hex546257E0B3E85824
Octal12414212716013762051044
Binary101010011000101010111111001011111110100001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546257; }

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

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

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

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

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

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

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

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