Html Css Color HEX #58685D Mineral Green

📋 copy color: '#58685D'

red 88 ◦ green 104 ◦ blue 93

#58685D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #58685D

Tints of Mineral Green #58685D

RGB

 RED value IS 88 (34.77% from 255) = 30.88%

 GREEN value IS 104 (41.02% from 255) = 36.49%

 BLUE value IS 93 (36.72% from 255) = 32.63%

R = 30.88%
G = 36.49%
B = 32.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#58685D (or 0x58685D) is known color: Mineral Green. HEX triplet: 58, 68 and 5D. RGB value is (88,104,93). Sum of RGB (Red+Green+Blue) = 88+104+93=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 104 - color contains mainly: green. Hex color #58685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58685D is #A797A2. Grayscale: #616161. Windows color (decimal): -10983331 or 6121560. OLE color: 6121560.

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

Color convert

RGB 88 104 93 -
CMYK 0.15 0 0.11 0.59
HSL 138.75º 0.08% 0.38% -
HSV(B) 138.75º 0.15% 0.41% -
XYZ 10.95 12.77 12.24 -
YUV 97.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 88 104 93 0.15 0 0.11 0.59 138.75 0.08 0.38
Hex 58 68 5D F 0 B 3B 8B 8 26
Octal 130 150 135 17 0 13 73 213 10 46
Binary 1011000 1101000 1011101 1111 0 1011 111011 10001011 1000 100110

Color Harmonies of #58685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58685D

Black with #58685D

Text Example


Text Example

White with #58685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58685D;
 }
 .AnyTagClassName
 {
   color: #58685D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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