#546856

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

Shades of Mineral Green #546856

Tints of Mineral Green #546856

Color information

#546856 (or 0x546856) is unknown color: approx Mineral Green. HEX triplet: 54, 68 and 56. RGB value is (84,104,86). Sum of RGB (Red+Green+Blue) = 84+104+86=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 104 - color contains mainly: green. Hex color #546856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546856 is #AB97A9. Grayscale: #606060. Windows color (decimal): -11245482 or 5662804. OLE color: 5662804.

HSL color Cylindrical-coordinate representation of color #546856: hue angle of 126º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #546856 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB8410486-
CMYK0.1900.170.59
HSL126º10.64%36.86%-
HSV(B)126º19.23%40.78%-
XYZ10.2912.4610.67-
YUV95.97122.37119.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.66%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 86 (33.98% from 255) = 31.39%
R=30.66%
G=37.96%
B=31.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84104860.1900.170.5912610.6436.86
Hex546856130113B7eb25
Octal12415012623021731761345
Binary1010100110100010101101001101000111101111111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546856; }

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

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

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

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

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

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

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

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