#58625A

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

Shades of Mineral Green #58625A

Tints of Mineral Green #58625A

Color information

#58625A (or 0x58625A) is unknown color: approx Mineral Green. HEX triplet: 58, 62 and 5A. RGB value is (88,98,90). Sum of RGB (Red+Green+Blue) = 88+98+90=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 98 - color contains mainly: green. Hex color #58625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58625A is #A79DA5. Grayscale: #5E5E5E. Windows color (decimal): -10984870 or 5923416. OLE color: 5923416.

HSL color Cylindrical-coordinate representation of color #58625A: hue angle of 132º 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 #58625A is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB889890-
CMYK0.1000.080.62
HSL132º5.38%36.47%-
HSV(B)132º10.2%38.43%-
XYZ10.2411.5511.36-
YUV94.1125.69123.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.88%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 90 (35.55% from 255) = 32.61%
R=31.88%
G=35.51%
B=32.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8898900.1000.080.621325.3836.47
Hex58625AA083E84524
Octal1301421321201076204544
Binary10110001100010101101010100100011111010000100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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