#5E625F

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

Shades of Mineral Green #5E625F

Tints of Mineral Green #5E625F

Color information

#5E625F (or 0x5E625F) is unknown color: approx Mineral Green. HEX triplet: 5E, 62 and 5F. RGB value is (94,98,95). Sum of RGB (Red+Green+Blue) = 94+98+95=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 98 - color contains mainly: green. Hex color #5E625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E625F is #A19DA0. Grayscale: #606060. Windows color (decimal): -10591649 or 6251102. OLE color: 6251102.

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

Color convert

RGB949895-
CMYK0.0400.030.62
HSL135º2.08%37.65%-
HSV(B)135º4.08%38.43%-
XYZ11.0511.9412.55-
YUV96.46127.17126.24-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.75%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=32.75%
G=34.15%
B=33.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9498950.0400.030.621352.0837.65
Hex5E625F4033E87226
Octal13614213740376207246
Binary1011110110001010111111000111111101000011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,98,95); }

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

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

 a { background-color: rgb(94,98,95); }

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

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

 span { border-color: rgb(94,98,95); }

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