#57725C

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

Shades of Mineral Green #57725C

Tints of Mineral Green #57725C

Color information

#57725C (or 0x57725C) is unknown color: approx Mineral Green. HEX triplet: 57, 72 and 5C. RGB value is (87,114,92). Sum of RGB (Red+Green+Blue) = 87+114+92=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 114 - color contains mainly: green. Hex color #57725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57725C is #A88DA3. Grayscale: #676767. Windows color (decimal): -11046308 or 6058583. OLE color: 6058583.

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

Color convert

RGB8711492-
CMYK0.2400.190.55
HSL131.11º13.43%39.41%-
HSV(B)131.11º23.68%44.71%-
XYZ11.8814.8312.36-
YUV103.42121.55116.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.69%
GREEN value IS 114 (44.92% from 255) = 38.91%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=29.69%
G=38.91%
B=31.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87114920.2400.190.55131.1113.4339.41
Hex57725C180133783d27
Octal12716213430023672031547
Binary10101111110010101110011000010011110111100000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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