#58655B

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

Shades of Mineral Green #58655B

Tints of Mineral Green #58655B

Color information

#58655B (or 0x58655B) is unknown color: approx Mineral Green. HEX triplet: 58, 65 and 5B. RGB value is (88,101,91). Sum of RGB (Red+Green+Blue) = 88+101+91=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 101 - color contains mainly: green. Hex color #58655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58655B is #A79AA4. Grayscale: #606060. Windows color (decimal): -10984101 or 5989720. OLE color: 5989720.

HSL color Cylindrical-coordinate representation of color #58655B: hue angle of 133.85º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #58655B is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB8810191-
CMYK0.1300.100.60
HSL133.85º6.88%37.06%-
HSV(B)133.85º12.87%39.61%-
XYZ10.5712.1411.68-
YUV95.97125.19122.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.43%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=31.43%
G=36.07%
B=32.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88101910.1300.100.60133.856.8837.06
Hex58655BD0A3C86725
Octal1301451331501274206745
Binary10110001100101101101111010101011110010000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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