#59685B

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

Shades of Mineral Green #59685B

Tints of Mineral Green #59685B

Color information

#59685B (or 0x59685B) is unknown color: approx Mineral Green. HEX triplet: 59, 68 and 5B. RGB value is (89,104,91). Sum of RGB (Red+Green+Blue) = 89+104+91=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 104 - color contains mainly: green. Hex color #59685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59685B is #A697A4. Grayscale: #626262. Windows color (decimal): -10917797 or 5990489. OLE color: 5990489.

HSL color Cylindrical-coordinate representation of color #59685B: hue angle of 128º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #59685B is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB8910491-
CMYK0.1400.120.59
HSL128º7.77%37.84%-
HSV(B)128º14.42%40.78%-
XYZ10.9612.7811.79-
YUV98.03124.03121.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.34%
GREEN value IS 104 (41.02% from 255) = 36.62%
BLUE value IS 91 (35.94% from 255) = 32.04%
R=31.34%
G=36.62%
B=32.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal89104910.1400.120.591287.7737.84
Hex59685BE0C3B80826
Octal13115013316014732001046
Binary101100111010001011011111001100111011100000001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59685B; }

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

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

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

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

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

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

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

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