#396D6E

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

Shades of Ming #396D6E

Tints of Ming #396D6E

Color information

#396D6E (or 0x396D6E) is unknown color: approx Ming. HEX triplet: 39, 6D and 6E. RGB value is (57,109,110). Sum of RGB (Red+Green+Blue) = 57+109+110=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 110 - color contains mainly: blue. Hex color #396D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D6E is #C69291. Grayscale: #5D5D5D. Windows color (decimal): -13013650 or 7236921. OLE color: 7236921.

HSL color Cylindrical-coordinate representation of color #396D6E: hue angle of 181.13º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396D6E is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB57109110-
CMYK0.480.0100.57
HSL181.13º31.74%32.75%-
HSV(B)181.13º48.18%43.14%-
XYZ9.9712.9316.72-
YUV93.57137.27101.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 109 (42.97% from 255) = 39.49%
BLUE value IS 110 (43.36% from 255) = 39.86%
R=20.65%
G=39.49%
B=39.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal571091100.480.0100.57181.1331.7432.75
Hex396D6E301039b52021
Octal711551566010712654041
Binary111001110110111011101100001011100110110101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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