#3E7A75

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

Shades of Ming #3E7A75

Tints of Ming #3E7A75

Color information

#3E7A75 (or 0x3E7A75) is unknown color: approx Ming. HEX triplet: 3E, 7A and 75. RGB value is (62,122,117). Sum of RGB (Red+Green+Blue) = 62+122+117=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7A75 is #C1858A. Grayscale: #676767. Windows color (decimal): -12682635 or 7699006. OLE color: 7699006.

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

Color convert

RGB62122117-
CMYK0.4900.040.52
HSL175º32.61%36.08%-
HSV(B)175º49.18%47.84%-
XYZ12.1616.2319.32-
YUV103.49135.6298.41-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.60%
GREEN value IS 122 (48.05% from 255) = 40.53%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=20.60%
G=40.53%
B=38.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal621221170.4900.040.5217532.6136.08
Hex3E7A75310434af2124
Octal761721656104642574144
Binary11111011110101110101110001010011010010101111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,122,117); }

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

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

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

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

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

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

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