#596A5B

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

Shades of Mineral Green #596A5B

Tints of Mineral Green #596A5B

Color information

#596A5B (or 0x596A5B) is unknown color: approx Mineral Green. HEX triplet: 59, 6A and 5B. RGB value is (89,106,91). Sum of RGB (Red+Green+Blue) = 89+106+91=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 106 - color contains mainly: green. Hex color #596A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596A5B is #A695A4. Grayscale: #636363. Windows color (decimal): -10917285 or 5991001. OLE color: 5991001.

HSL color Cylindrical-coordinate representation of color #596A5B: hue angle of 127.06º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #596A5B is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB8910691-
CMYK0.1600.140.58
HSL127.06º8.72%38.24%-
HSV(B)127.06º16.04%41.57%-
XYZ11.1613.1911.85-
YUV99.21123.37120.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.12%
GREEN value IS 106 (41.80% from 255) = 37.06%
BLUE value IS 91 (35.94% from 255) = 31.82%
R=31.12%
G=37.06%
B=31.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89106910.1600.140.58127.068.7238.24
Hex596A5B100E3A7f926
Octal13115213320016721771146
Binary101100111010101011011100000111011101011111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596A5B; }

 p { color: rgb(89,106,91); }

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

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

 a { background-color: rgb(89,106,91); }

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

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

 span { border-color: rgb(89,106,91); }

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