#546456

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

Shades of Mineral Green #546456

Tints of Mineral Green #546456

Color information

#546456 (or 0x546456) is unknown color: approx Mineral Green. HEX triplet: 54, 64 and 56. RGB value is (84,100,86). Sum of RGB (Red+Green+Blue) = 84+100+86=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 100 - color contains mainly: green. Hex color #546456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546456 is #AB9BA9. Grayscale: #5D5D5D. Windows color (decimal): -11246506 or 5661780. OLE color: 5661780.

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

Color convert

RGB8410086-
CMYK0.1600.140.61
HSL127.5º8.7%36.08%-
HSV(B)127.5º16%39.22%-
XYZ9.8911.6710.54-
YUV93.62123.7121.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.11%
GREEN value IS 100 (39.45% from 255) = 37.04%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=31.11%
G=37.04%
B=31.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal84100860.1600.140.61127.58.736.08
Hex546456100E3D7f924
Octal12414412620016751771144
Binary101010011001001010110100000111011110111111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546456; }

 p { color: rgb(84,100,86); }

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

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

 a { background-color: rgb(84,100,86); }

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

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

 span { border-color: rgb(84,100,86); }

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