#59655E

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

Shades of Mineral Green #59655E

Tints of Mineral Green #59655E

Color information

#59655E (or 0x59655E) is unknown color: approx Mineral Green. HEX triplet: 59, 65 and 5E. RGB value is (89,101,94). Sum of RGB (Red+Green+Blue) = 89+101+94=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 101 - color contains mainly: green. Hex color #59655E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59655E is #A69AA1. Grayscale: #606060. Windows color (decimal): -10918562 or 6186329. OLE color: 6186329.

HSL color Cylindrical-coordinate representation of color #59655E: hue angle of 145º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #59655E is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB8910194-
CMYK0.1200.070.60
HSL145º6.32%37.25%-
HSV(B)145º11.88%39.61%-
XYZ10.7912.2412.38-
YUV96.61126.52122.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.34%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=31.34%
G=35.56%
B=33.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal89101940.1200.070.601456.3237.25
Hex59655EC073C91625
Octal131145136140774221645
Binary1011001110010110111101100011111110010010001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59655E; }

 p { color: rgb(89,101,94); }

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

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

 a { background-color: rgb(89,101,94); }

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

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

 span { border-color: rgb(89,101,94); }

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