#58655C

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

Shades of Mineral Green #58655C

Tints of Mineral Green #58655C

Color information

#58655C (or 0x58655C) is unknown color: approx Mineral Green. HEX triplet: 58, 65 and 5C. RGB value is (88,101,92). Sum of RGB (Red+Green+Blue) = 88+101+92=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 101 - color contains mainly: green. Hex color #58655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58655C is #A79AA3. Grayscale: #606060. Windows color (decimal): -10984100 or 6055256. OLE color: 6055256.

HSL color Cylindrical-coordinate representation of color #58655C: hue angle of 138.46º 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 #58655C is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB8810192-
CMYK0.1300.090.60
HSL138.46º6.88%37.06%-
HSV(B)138.46º12.87%39.61%-
XYZ10.6112.1511.91-
YUV96.09125.69122.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.32%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 92 (36.33% from 255) = 32.74%
R=31.32%
G=35.94%
B=32.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88101920.1300.090.60138.466.8837.06
Hex58655CD093C8a725
Octal1301451341501174212745
Binary10110001100101101110011010100111110010001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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