#396E71

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

Shades of Ming #396E71

Tints of Ming #396E71

Color information

#396E71 (or 0x396E71) is unknown color: approx Ming. HEX triplet: 39, 6E and 71. RGB value is (57,110,113). Sum of RGB (Red+Green+Blue) = 57+110+113=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #396E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E71 is #C6918E. Grayscale: #5E5E5E. Windows color (decimal): -13013391 or 7433785. OLE color: 7433785.

HSL color Cylindrical-coordinate representation of color #396E71: hue angle of 183.21º 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 #396E71 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB57110113-
CMYK0.500.0300.56
HSL183.21º32.94%33.33%-
HSV(B)183.21º49.56%44.31%-
XYZ10.2413.2117.63-
YUV94.5138.44101.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.36%
GREEN value IS 110 (43.36% from 255) = 39.29%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=20.36%
G=39.29%
B=40.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal571101130.500.0300.56183.2132.9433.33
Hex396E71323038b72121
Octal711561616230702674141
Binary1110011101110111000111001011011100010110111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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