#3E7C7C

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

Shades of Ming #3E7C7C

Tints of Ming #3E7C7C

Color information

#3E7C7C (or 0x3E7C7C) is unknown color: approx Ming. HEX triplet: 3E, 7C and 7C. RGB value is (62,124,124). Sum of RGB (Red+Green+Blue) = 62+124+124=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #3E7C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7C7C is #C18383. Grayscale: #696969. Windows color (decimal): -12682116 or 8158270. OLE color: 8158270.

HSL color Cylindrical-coordinate representation of color #3E7C7C: hue angle of 180º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7C7C is Cyan = 0.5, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB62124124-
CMYK0.5000.51
HSL180º33.33%36.47%-
HSV(B)180º50%48.63%-
XYZ12.8316.8921.65-
YUV105.46138.4697-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20%
GREEN value IS 124 (48.83% from 255) = 40%
BLUE value IS 124 (48.83% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal621241240.5000.5118033.3336.47
Hex3E7C7C320033b42124
Octal761741746200632644144
Binary111110111110011111001100100011001110110100100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,124,124); }

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

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

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

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

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

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

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