#57715C

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

Shades of Mineral Green #57715C

Tints of Mineral Green #57715C

Color information

#57715C (or 0x57715C) is unknown color: approx Mineral Green. HEX triplet: 57, 71 and 5C. RGB value is (87,113,92). Sum of RGB (Red+Green+Blue) = 87+113+92=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 113 - color contains mainly: green. Hex color #57715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57715C is #A88EA3. Grayscale: #666666. Windows color (decimal): -11046564 or 6058327. OLE color: 6058327.

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

Color convert

RGB8711392-
CMYK0.2300.190.56
HSL131.54º13%39.22%-
HSV(B)131.54º23.01%44.31%-
XYZ11.7714.6112.32-
YUV102.83121.89116.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.79%
GREEN value IS 113 (44.53% from 255) = 38.70%
BLUE value IS 92 (36.33% from 255) = 31.51%
R=29.79%
G=38.70%
B=31.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87113920.2300.190.56131.541339.22
Hex57715C170133884d27
Octal12716113427023702041547
Binary10101111110001101110010111010011111000100001001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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