#58635C

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

Shades of Mineral Green #58635C

Tints of Mineral Green #58635C

Color information

#58635C (or 0x58635C) is unknown color: approx Mineral Green. HEX triplet: 58, 63 and 5C. RGB value is (88,99,92). Sum of RGB (Red+Green+Blue) = 88+99+92=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 99 - color contains mainly: green. Hex color #58635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58635C is #A79CA3. Grayscale: #5E5E5E. Windows color (decimal): -10984612 or 6054744. OLE color: 6054744.

HSL color Cylindrical-coordinate representation of color #58635C: hue angle of 141.82º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #58635C is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB889992-
CMYK0.1100.070.61
HSL141.82º5.88%36.67%-
HSV(B)141.82º11.11%38.82%-
XYZ10.4211.7711.85-
YUV94.91126.36123.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.54%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=31.54%
G=35.48%
B=32.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8899920.1100.070.61141.825.8836.67
Hex58635CB073D8e625
Octal130143134130775216645
Binary1011000110001110111001011011111110110001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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