#596A5D

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

Shades of Mineral Green #596A5D

Tints of Mineral Green #596A5D

Color information

#596A5D (or 0x596A5D) is unknown color: approx Mineral Green. HEX triplet: 59, 6A and 5D. RGB value is (89,106,93). Sum of RGB (Red+Green+Blue) = 89+106+93=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 106 - color contains mainly: green. Hex color #596A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596A5D is #A695A2. Grayscale: #636363. Windows color (decimal): -10917283 or 6122073. OLE color: 6122073.

HSL color Cylindrical-coordinate representation of color #596A5D: hue angle of 134.12º 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 #596A5D is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB8910693-
CMYK0.1600.120.58
HSL134.12º8.72%38.24%-
HSV(B)134.12º16.04%41.57%-
XYZ11.2513.2212.32-
YUV99.44124.37120.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.90%
GREEN value IS 106 (41.80% from 255) = 36.81%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=30.90%
G=36.81%
B=32.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89106930.1600.120.58134.128.7238.24
Hex596A5D100C3A86926
Octal13115213520014722061146
Binary1011001110101010111011000001100111010100001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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