#58715C

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

Shades of Mineral Green #58715C

Tints of Mineral Green #58715C

Color information

#58715C (or 0x58715C) is unknown color: approx Mineral Green. HEX triplet: 58, 71 and 5C. RGB value is (88,113,92). Sum of RGB (Red+Green+Blue) = 88+113+92=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 113 - color contains mainly: green. Hex color #58715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58715C is #A78EA3. Grayscale: #676767. Windows color (decimal): -10981028 or 6058328. OLE color: 6058328.

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

Color convert

RGB8811392-
CMYK0.2200.190.56
HSL129.6º12.44%39.41%-
HSV(B)129.6º22.12%44.31%-
XYZ11.8614.6612.33-
YUV103.13121.72117.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.03%
GREEN value IS 113 (44.53% from 255) = 38.57%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=30.03%
G=38.57%
B=31.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88113920.2200.190.56129.612.4439.41
Hex58715C160133882c27
Octal13016113426023702021447
Binary10110001110001101110010110010011111000100000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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