Html Css Color HEX #59685C Mineral Green

📋 copy color: '#59685C'

red 89 ◦ green 104 ◦ blue 92

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

Shades of Mineral Green #59685C

Tints of Mineral Green #59685C

RGB

 RED value IS 89 (35.16% from 255) = 31.23%

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

 BLUE value IS 92 (36.33% from 255) = 32.28%

R = 31.23%
G = 36.49%
B = 32.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#59685C (or 0x59685C) is known color: Mineral Green. HEX triplet: 59, 68 and 5C. RGB value is (89,104,92). Sum of RGB (Red+Green+Blue) = 89+104+92=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 104 - color contains mainly: green. Hex color #59685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59685C is #A697A3. Grayscale: #626262. Windows color (decimal): -10917796 or 6056025. OLE color: 6056025.

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

Color convert

RGB 89 104 92 -
CMYK 0.14 0 0.12 0.59
HSL 132º 0.08% 0.38% -
HSV(B) 132º 0.14% 0.41% -
XYZ 11 12.8 12.02 -
YUV 98.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 89 104 92 0.14 0 0.12 0.59 132 0.08 0.38
Hex 59 68 5C E 0 C 3B 84 8 26
Octal 131 150 134 16 0 14 73 204 10 46
Binary 1011001 1101000 1011100 1110 0 1100 111011 10000100 1000 100110

Color Harmonies of #59685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59685C

Black with #59685C

Text Example


Text Example

White with #59685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59685C;
 }
 .AnyTagClassName
 {
   color: #59685C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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