#5E7361

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

Shades of Mineral Green #5E7361

Tints of Mineral Green #5E7361

Color information

#5E7361 (or 0x5E7361) is unknown color: approx Mineral Green. HEX triplet: 5E, 73 and 61. RGB value is (94,115,97). Sum of RGB (Red+Green+Blue) = 94+115+97=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7361 is #A18C9E. Grayscale: #6A6A6A. Windows color (decimal): -10587295 or 6386526. OLE color: 6386526.

HSL color Cylindrical-coordinate representation of color #5E7361: hue angle of 128.57º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E7361 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB9411597-
CMYK0.1800.160.55
HSL128.57º10.05%40.98%-
HSV(B)128.57º18.26%45.1%-
XYZ12.915.513.62-
YUV106.67122.54118.96-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.72%
GREEN value IS 115 (45.31% from 255) = 37.58%
BLUE value IS 97 (38.28% from 255) = 31.70%
R=30.72%
G=37.58%
B=31.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94115970.1800.160.55128.5710.0540.98
Hex5E7361120103781a29
Octal13616314122020672011251
Binary10111101110011110000110010010000110111100000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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