#3E6D76

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

Shades of Ming #3E6D76

Tints of Ming #3E6D76

Color information

#3E6D76 (or 0x3E6D76) is unknown color: approx Ming. HEX triplet: 3E, 6D and 76. RGB value is (62,109,118). Sum of RGB (Red+Green+Blue) = 62+109+118=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E6D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6D76 is #C19289. Grayscale: #5F5F5F. Windows color (decimal): -12685962 or 7761214. OLE color: 7761214.

HSL color Cylindrical-coordinate representation of color #3E6D76: hue angle of 189.64º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E6D76 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB62109118-
CMYK0.470.0800.54
HSL189.64º31.11%35.29%-
HSV(B)189.64º47.46%46.27%-
XYZ10.7313.2719.14-
YUV95.97140.43103.77-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.45%
GREEN value IS 109 (42.97% from 255) = 37.72%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=21.45%
G=37.72%
B=40.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal621091180.470.0800.54189.6431.1135.29
Hex3E6D762F8036be1f23
Octal7615516657100662763743
Binary11111011011011110110101111100001101101011111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,109,118); }

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

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

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

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

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

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

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