#5C615D

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

Shades of Mineral Green #5C615D

Tints of Mineral Green #5C615D

Color information

#5C615D (or 0x5C615D) is unknown color: approx Mineral Green. HEX triplet: 5C, 61 and 5D. RGB value is (92,97,93). Sum of RGB (Red+Green+Blue) = 92+97+93=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 97 - color contains mainly: green. Hex color #5C615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C615D is #A39EA2. Grayscale: #5F5F5F. Windows color (decimal): -10722979 or 6119772. OLE color: 6119772.

HSL color Cylindrical-coordinate representation of color #5C615D: hue angle of 132º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5C615D is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB929793-
CMYK0.0500.040.62
HSL132º2.65%37.06%-
HSV(B)132º5.15%38.04%-
XYZ10.6611.6212.04-
YUV95.05126.84125.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.62%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 93 (36.72% from 255) = 32.98%
R=32.62%
G=34.40%
B=32.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9297930.0500.040.621322.6537.06
Hex5C615D5043E84325
Octal13414113550476204345
Binary10111001100001101110110101001111101000010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C615D; }

 p { color: rgb(92,97,93); }

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

<style>
 a { background-color: #5C615D; }

 a { background-color: rgb(92,97,93); }

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

<style>
 span { border-color: #5C615D; }

 span { border-color: rgb(92,97,93); }

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