#3E6E70

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

Shades of Ming #3E6E70

Tints of Ming #3E6E70

Color information

#3E6E70 (or 0x3E6E70) is unknown color: approx Ming. HEX triplet: 3E, 6E and 70. RGB value is (62,110,112). Sum of RGB (Red+Green+Blue) = 62+110+112=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E6E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6E70 is #C1918F. Grayscale: #5F5F5F. Windows color (decimal): -12685712 or 7368254. OLE color: 7368254.

HSL color Cylindrical-coordinate representation of color #3E6E70: hue angle of 182.4º 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 #3E6E70 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB62110112-
CMYK0.450.0200.56
HSL182.4º28.74%34.12%-
HSV(B)182.4º44.64%43.92%-
XYZ10.4913.3517.35-
YUV95.88137.1103.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.83%
GREEN value IS 110 (43.36% from 255) = 38.73%
BLUE value IS 112 (44.14% from 255) = 39.44%
R=21.83%
G=38.73%
B=39.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal621101120.450.0200.56182.428.7434.12
Hex3E6E702D2038b61d22
Octal761561605520702663542
Binary111110110111011100001011011001110001011011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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