#57685C

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

Shades of Mineral Green #57685C

Tints of Mineral Green #57685C

Color information

#57685C (or 0x57685C) is unknown color: approx Mineral Green. HEX triplet: 57, 68 and 5C. RGB value is (87,104,92). Sum of RGB (Red+Green+Blue) = 87+104+92=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 104 - color contains mainly: green. Hex color #57685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57685C is #A897A3. Grayscale: #616161. Windows color (decimal): -11048868 or 6056023. OLE color: 6056023.

HSL color Cylindrical-coordinate representation of color #57685C: hue angle of 137.65º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #57685C is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB8710492-
CMYK0.1600.120.59
HSL137.65º8.9%37.45%-
HSV(B)137.65º16.35%40.78%-
XYZ10.8112.712.01-
YUV97.55124.87120.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.74%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=30.74%
G=36.75%
B=32.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87104920.1600.120.59137.658.937.45
Hex57685C100C3B8a925
Octal12715013420014732121145
Binary1010111110100010111001000001100111011100010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,104,92); }

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

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

 a { background-color: rgb(87,104,92); }

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

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

 span { border-color: rgb(87,104,92); }

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