#546056

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

Shades of Mineral Green #546056

Tints of Mineral Green #546056

Color information

#546056 (or 0x546056) is unknown color: approx Mineral Green. HEX triplet: 54, 60 and 56. RGB value is (84,96,86). Sum of RGB (Red+Green+Blue) = 84+96+86=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 96 - color contains mainly: green. Hex color #546056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546056 is #AB9FA9. Grayscale: #5B5B5B. Windows color (decimal): -11247530 or 5660756. OLE color: 5660756.

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

Color convert

RGB849686-
CMYK0.1200.100.62
HSL130º6.67%35.29%-
HSV(B)130º12.5%37.65%-
XYZ9.5210.9210.41-
YUV91.27125.02122.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.58%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 86 (33.98% from 255) = 32.33%
R=31.58%
G=36.09%
B=32.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496860.1200.100.621306.6735.29
Hex546056C0A3E82723
Octal1241401261401276202743
Binary10101001100000101011011000101011111010000010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546056; }

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

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

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

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

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

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

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

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