#396A71

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

Shades of Ming #396A71

Tints of Ming #396A71

Color information

#396A71 (or 0x396A71) is unknown color: approx Ming. HEX triplet: 39, 6A and 71. RGB value is (57,106,113). Sum of RGB (Red+Green+Blue) = 57+106+113=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #396A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396A71 is #C6958E. Grayscale: #5C5C5C. Windows color (decimal): -13014415 or 7432761. OLE color: 7432761.

HSL color Cylindrical-coordinate representation of color #396A71: hue angle of 187.5º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396A71 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB57106113-
CMYK0.500.0600.56
HSL187.5º32.94%33.33%-
HSV(B)187.5º49.56%44.31%-
XYZ9.8212.3717.49-
YUV92.15139.77102.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 106 (41.80% from 255) = 38.41%
BLUE value IS 113 (44.53% from 255) = 40.94%
R=20.65%
G=38.41%
B=40.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal571061130.500.0600.56187.532.9433.33
Hex396A71326038bc2121
Octal711521616260702744141
Binary11100111010101110001110010110011100010111100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,106,113); }

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

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

 a { background-color: rgb(57,106,113); }

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

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

 span { border-color: rgb(57,106,113); }

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