#396D77

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

Shades of Ming #396D77

Tints of Ming #396D77

Color information

#396D77 (or 0x396D77) is unknown color: approx Ming. HEX triplet: 39, 6D and 77. RGB value is (57,109,119). Sum of RGB (Red+Green+Blue) = 57+109+119=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #396D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D77 is #C69288. Grayscale: #5E5E5E. Windows color (decimal): -13013641 or 7826745. OLE color: 7826745.

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

Color convert

RGB57109119-
CMYK0.520.0800.53
HSL189.68º35.23%34.51%-
HSV(B)189.68º52.1%46.67%-
XYZ10.4913.1419.44-
YUV94.59141.77101.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 109 (42.97% from 255) = 38.25%
BLUE value IS 119 (46.88% from 255) = 41.75%
R=20%
G=38.25%
B=41.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571091190.520.0800.53189.6835.2334.51
Hex396D77348035be2323
Octal7115516764100652764343
Binary111001110110111101111101001000011010110111110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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