Html Css Color HEX #58625A Mineral Green

📋 copy color: '#58625A'

red 88 ◦ green 98 ◦ blue 90

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

Shades of Mineral Green #58625A

Tints of Mineral Green #58625A

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 value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#58625A (or 0x58625A) is known color: 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

RGB 88 98 90 -
CMYK 0.10 0 0.08 0.62
HSL 132º 0.05% 0.36% -
HSV(B) 132º 0.1% 0.38% -
XYZ 10.24 11.55 11.36 -
YUV 94.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 88 98 90 0.10 0 0.08 0.62 132 0.05 0.36
Hex 58 62 5A A 0 8 3E 84 5 24
Octal 130 142 132 12 0 10 76 204 5 44
Binary 1011000 1100010 1011010 1010 0 1000 111110 10000100 101 100100

Color Harmonies of #58625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58625A

Black with #58625A

Text Example


Text Example

White with #58625A

Text Example


Text Example

HTML Codes & Css Web 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>