#59625C

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

Shades of Mineral Green #59625C

Tints of Mineral Green #59625C

Color information

#59625C (or 0x59625C) is unknown color: approx Mineral Green. HEX triplet: 59, 62 and 5C. RGB value is (89,98,92). Sum of RGB (Red+Green+Blue) = 89+98+92=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 98 - color contains mainly: green. Hex color #59625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59625C is #A69DA3. Grayscale: #5E5E5E. Windows color (decimal): -10919332 or 6054489. OLE color: 6054489.

HSL color Cylindrical-coordinate representation of color #59625C: hue angle of 140º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #59625C is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB899892-
CMYK0.0900.060.62
HSL140º4.81%36.67%-
HSV(B)140º9.18%38.43%-
XYZ10.4211.6311.82-
YUV94.62126.52123.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.90%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=31.90%
G=35.13%
B=32.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8998920.0900.060.621404.8136.67
Hex59625C9063E8c525
Octal131142134110676214545
Binary1011001110001010111001001011011111010001100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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