#59655B

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

Shades of Mineral Green #59655B

Tints of Mineral Green #59655B

Color information

#59655B (or 0x59655B) is unknown color: approx Mineral Green. HEX triplet: 59, 65 and 5B. RGB value is (89,101,91). Sum of RGB (Red+Green+Blue) = 89+101+91=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 101 - color contains mainly: green. Hex color #59655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59655B is #A69AA4. Grayscale: #606060. Windows color (decimal): -10918565 or 5989721. OLE color: 5989721.

HSL color Cylindrical-coordinate representation of color #59655B: hue angle of 130º 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 #59655B is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB8910191-
CMYK0.1200.100.60
HSL130º6.32%37.25%-
HSV(B)130º11.88%39.61%-
XYZ10.6612.1911.69-
YUV96.27125.02122.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.67%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 91 (35.94% from 255) = 32.38%
R=31.67%
G=35.94%
B=32.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal89101910.1200.100.601306.3237.25
Hex59655BC0A3C82625
Octal1311451331401274202645
Binary10110011100101101101111000101011110010000010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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