#5C615E

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

Shades of Mineral Green #5C615E

Tints of Mineral Green #5C615E

Color information

#5C615E (or 0x5C615E) is unknown color: approx Mineral Green. HEX triplet: 5C, 61 and 5E. RGB value is (92,97,94). Sum of RGB (Red+Green+Blue) = 92+97+94=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 97 - color contains mainly: green. Hex color #5C615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C615E is #A39EA1. Grayscale: #5F5F5F. Windows color (decimal): -10722978 or 6185308. OLE color: 6185308.

HSL color Cylindrical-coordinate representation of color #5C615E: hue angle of 144º 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 #5C615E is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB929794-
CMYK0.0500.030.62
HSL144º2.65%37.06%-
HSV(B)144º5.15%38.04%-
XYZ10.7111.6312.27-
YUV95.16127.34125.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.51%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=32.51%
G=34.28%
B=33.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9297940.0500.030.621442.6537.06
Hex5C615E5033E90325
Octal13414113650376220345
Binary1011100110000110111101010111111101001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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