#58685C

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

Shades of Mineral Green #58685C

Tints of Mineral Green #58685C

Color information

#58685C (or 0x58685C) is unknown color: approx Mineral Green. HEX triplet: 58, 68 and 5C. RGB value is (88,104,92). Sum of RGB (Red+Green+Blue) = 88+104+92=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 104 - color contains mainly: green. Hex color #58685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58685C is #A797A3. Grayscale: #616161. Windows color (decimal): -10983332 or 6056024. OLE color: 6056024.

HSL color Cylindrical-coordinate representation of color #58685C: hue angle of 135º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #58685C is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB8810492-
CMYK0.1500.120.59
HSL135º8.33%37.65%-
HSV(B)135º15.38%40.78%-
XYZ10.9112.7512.01-
YUV97.85124.7120.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.99%
GREEN value IS 104 (41.02% from 255) = 36.62%
BLUE value IS 92 (36.33% from 255) = 32.39%
R=30.99%
G=36.62%
B=32.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88104920.1500.120.591358.3337.65
Hex58685CF0C3B87826
Octal13015013417014732071046
Binary101100011010001011100111101100111011100001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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