#396D76

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

Shades of Ming #396D76

Tints of Ming #396D76

Color information

#396D76 (or 0x396D76) is unknown color: approx Ming. HEX triplet: 39, 6D and 76. RGB value is (57,109,118). Sum of RGB (Red+Green+Blue) = 57+109+118=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #396D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D76 is #C69289. Grayscale: #5E5E5E. Windows color (decimal): -13013642 or 7761209. OLE color: 7761209.

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

Color convert

RGB57109118-
CMYK0.520.0800.54
HSL188.85º34.86%34.31%-
HSV(B)188.85º51.69%46.27%-
XYZ10.4313.1219.12-
YUV94.48141.27101.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.07%
GREEN value IS 109 (42.97% from 255) = 38.38%
BLUE value IS 118 (46.48% from 255) = 41.55%
R=20.07%
G=38.38%
B=41.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal571091180.520.0800.54188.8534.8634.31
Hex396D76348036bd2322
Octal7115516664100662754342
Binary111001110110111101101101001000011011010111101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396D76; }

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

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

<style>
 a { background-color: #396D76; }

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

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

<style>
 span { border-color: #396D76; }

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

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