#58705C

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

Shades of Mineral Green #58705C

Tints of Mineral Green #58705C

Color information

#58705C (or 0x58705C) is unknown color: approx Mineral Green. HEX triplet: 58, 70 and 5C. RGB value is (88,112,92). Sum of RGB (Red+Green+Blue) = 88+112+92=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #58705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58705C is #A78FA3. Grayscale: #666666. Windows color (decimal): -10981284 or 6058072. OLE color: 6058072.

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

Color convert

RGB8811292-
CMYK0.2100.180.56
HSL130º12%39.22%-
HSV(B)130º21.43%43.92%-
XYZ11.7514.4412.29-
YUV102.54122.05117.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.14%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 92 (36.33% from 255) = 31.51%
R=30.14%
G=38.36%
B=31.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88112920.2100.180.561301239.22
Hex58705C150123882c27
Octal13016013425022702021447
Binary10110001110000101110010101010010111000100000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,112,92); }

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

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

 a { background-color: rgb(88,112,92); }

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

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

 span { border-color: rgb(88,112,92); }

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