#58625B

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

Shades of Mineral Green #58625B

Tints of Mineral Green #58625B

Color information

#58625B (or 0x58625B) is unknown color: approx Mineral Green. HEX triplet: 58, 62 and 5B. RGB value is (88,98,91). Sum of RGB (Red+Green+Blue) = 88+98+91=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 98 - color contains mainly: green. Hex color #58625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58625B is #A79DA4. Grayscale: #5E5E5E. Windows color (decimal): -10984869 or 5988952. OLE color: 5988952.

HSL color Cylindrical-coordinate representation of color #58625B: hue angle of 138º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #58625B is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB889891-
CMYK0.1000.070.62
HSL138º5.38%36.47%-
HSV(B)138º10.2%38.43%-
XYZ10.2811.5711.59-
YUV94.21126.19123.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=31.77%
G=35.38%
B=32.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8898910.1000.070.621385.3836.47
Hex58625BA073E8a524
Octal130142133120776212544
Binary1011000110001010110111010011111111010001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58625B; }

 p { color: rgb(88,98,91); }

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

<style>
 a { background-color: #58625B; }

 a { background-color: rgb(88,98,91); }

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

<style>
 span { border-color: #58625B; }

 span { border-color: rgb(88,98,91); }

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