Html Css Color HEX #58725D Mineral Green

📋 copy color: '#58725D'

red 88 ◦ green 114 ◦ blue 93

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

Shades of Mineral Green #58725D

Tints of Mineral Green #58725D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.64%

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

R = 29.83%
G = 38.64%
B = 31.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#58725D (or 0x58725D) is known color: Mineral Green. HEX triplet: 58, 72 and 5D. RGB value is (88,114,93). Sum of RGB (Red+Green+Blue) = 88+114+93=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #58725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58725D is #A78DA2. Grayscale: #676767. Windows color (decimal): -10980771 or 6124120. OLE color: 6124120.

HSL color Cylindrical-coordinate representation of color #58725D: hue angle of 131.54º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #58725D is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 114 93 -
CMYK 0.23 0 0.18 0.55
HSL 131.54º 0.13% 0.4% -
HSV(B) 131.54º 0.23% 0.45% -
XYZ 12.02 14.9 12.6 -
YUV 103.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 88 114 93 0.23 0 0.18 0.55 131.54 0.13 0.4
Hex 58 72 5D 17 0 12 37 84 D 28
Octal 130 162 135 27 0 22 67 204 15 50
Binary 1011000 1110010 1011101 10111 0 10010 110111 10000100 1101 101000

Color Harmonies of #58725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58725D

Black with #58725D

Text Example


Text Example

White with #58725D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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