#58685A

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

Shades of Mineral Green #58685A

Tints of Mineral Green #58685A

Color information

#58685A (or 0x58685A) is unknown color: approx Mineral Green. HEX triplet: 58, 68 and 5A. RGB value is (88,104,90). Sum of RGB (Red+Green+Blue) = 88+104+90=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 104 - color contains mainly: green. Hex color #58685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58685A is #A797A5. Grayscale: #616161. Windows color (decimal): -10983334 or 5924952. OLE color: 5924952.

HSL color Cylindrical-coordinate representation of color #58685A: hue angle of 127.5º 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 #58685A is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB8810490-
CMYK0.1500.130.59
HSL127.5º8.33%37.65%-
HSV(B)127.5º15.38%40.78%-
XYZ10.8212.7111.56-
YUV97.62123.7121.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.21%
GREEN value IS 104 (41.02% from 255) = 36.88%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=31.21%
G=36.88%
B=31.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88104900.1500.130.59127.58.3337.65
Hex58685AF0D3B7f826
Octal13015013217015731771046
Binary10110001101000101101011110110111101111111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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