#59705C

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

Shades of Mineral Green #59705C

Tints of Mineral Green #59705C

Color information

#59705C (or 0x59705C) is unknown color: approx Mineral Green. HEX triplet: 59, 70 and 5C. RGB value is (89,112,92). Sum of RGB (Red+Green+Blue) = 89+112+92=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #59705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59705C is #A68FA3. Grayscale: #666666. Windows color (decimal): -10915748 or 6058073. OLE color: 6058073.

HSL color Cylindrical-coordinate representation of color #59705C: hue angle of 127.83º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #59705C is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB8911292-
CMYK0.2100.180.56
HSL127.83º11.44%39.41%-
HSV(B)127.83º20.54%43.92%-
XYZ11.8514.4812.3-
YUV102.84121.88118.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.38%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=30.38%
G=38.23%
B=31.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89112920.2100.180.56127.8311.4439.41
Hex59705C150123880b27
Octal13116013425022702001347
Binary10110011110000101110010101010010111000100000001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59705C; }

 p { color: rgb(89,112,92); }

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

<style>
 a { background-color: #59705C; }

 a { background-color: rgb(89,112,92); }

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

<style>
 span { border-color: #59705C; }

 span { border-color: rgb(89,112,92); }

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