#3E7170

Color #3E7170 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #3E7170

Tints of Ming #3E7170

Color information

#3E7170 (or 0x3E7170) is unknown color: approx Ming. HEX triplet: 3E, 71 and 70. RGB value is (62,113,112). Sum of RGB (Red+Green+Blue) = 62+113+112=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 113 - color contains mainly: green. Hex color #3E7170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7170 is #C18E8F. Grayscale: #616161. Windows color (decimal): -12684944 or 7369022. OLE color: 7369022.

HSL color Cylindrical-coordinate representation of color #3E7170: hue angle of 178.82º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E7170 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB62113112-
CMYK0.4500.010.56
HSL178.82º29.14%34.31%-
HSV(B)178.82º45.13%44.31%-
XYZ10.821417.46-
YUV97.64136.1102.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.60%
GREEN value IS 113 (44.53% from 255) = 39.37%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=21.60%
G=39.37%
B=39.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal621131120.4500.010.56178.8229.1434.31
Hex3E71702D0138b31d22
Octal761611605501702633542
Binary11111011100011110000101101011110001011001111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E7170; }

 p { color: rgb(62,113,112); }

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

<style>
 a { background-color: #3E7170; }

 a { background-color: rgb(62,113,112); }

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

<style>
 span { border-color: #3E7170; }

 span { border-color: rgb(62,113,112); }

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