#546156

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

Shades of Mineral Green #546156

Tints of Mineral Green #546156

Color information

#546156 (or 0x546156) is unknown color: approx Mineral Green. HEX triplet: 54, 61 and 56. RGB value is (84,97,86). Sum of RGB (Red+Green+Blue) = 84+97+86=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 97 - color contains mainly: green. Hex color #546156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546156 is #AB9EA9. Grayscale: #5B5B5B. Windows color (decimal): -11247274 or 5661012. OLE color: 5661012.

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

Color convert

RGB849786-
CMYK0.1300.110.62
HSL129.23º7.18%35.49%-
HSV(B)129.23º13.4%38.04%-
XYZ9.6111.1110.44-
YUV91.86124.69122.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 86 (33.98% from 255) = 32.21%
R=31.46%
G=36.33%
B=32.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8497860.1300.110.62129.237.1835.49
Hex546156D0B3E81723
Octal1241411261501376201743
Binary10101001100001101011011010101111111010000001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546156; }

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

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

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

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

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

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

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

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