#57615A

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

Shades of Mineral Green #57615A

Tints of Mineral Green #57615A

Color information

#57615A (or 0x57615A) is unknown color: approx Mineral Green. HEX triplet: 57, 61 and 5A. RGB value is (87,97,90). Sum of RGB (Red+Green+Blue) = 87+97+90=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 97 - color contains mainly: green. Hex color #57615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57615A is #A89EA5. Grayscale: #5D5D5D. Windows color (decimal): -11050662 or 5923159. OLE color: 5923159.

HSL color Cylindrical-coordinate representation of color #57615A: hue angle of 138º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #57615A is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB879790-
CMYK0.1000.070.62
HSL138º5.43%36.08%-
HSV(B)138º10.31%38.04%-
XYZ10.0511.3111.33-
YUV93.21126.19123.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.75%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=31.75%
G=35.40%
B=32.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8797900.1000.070.621385.4336.08
Hex57615AA073E8a524
Octal127141132120776212544
Binary1010111110000110110101010011111111010001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57615A; }

 p { color: rgb(87,97,90); }

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

<style>
 a { background-color: #57615A; }

 a { background-color: rgb(87,97,90); }

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

<style>
 span { border-color: #57615A; }

 span { border-color: rgb(87,97,90); }

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