#396B76

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

Shades of Ming #396B76

Tints of Ming #396B76

Color information

#396B76 (or 0x396B76) is unknown color: approx Ming. HEX triplet: 39, 6B and 76. RGB value is (57,107,118). Sum of RGB (Red+Green+Blue) = 57+107+118=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #396B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396B76 is #C69489. Grayscale: #5D5D5D. Windows color (decimal): -13014154 or 7760697. OLE color: 7760697.

HSL color Cylindrical-coordinate representation of color #396B76: hue angle of 190.82º 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 #396B76 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB57107118-
CMYK0.520.0900.54
HSL190.82º34.86%34.31%-
HSV(B)190.82º51.69%46.27%-
XYZ10.2212.6919.05-
YUV93.3141.94102.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.21%
GREEN value IS 107 (42.19% from 255) = 37.94%
BLUE value IS 118 (46.48% from 255) = 41.84%
R=20.21%
G=37.94%
B=41.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal571071180.520.0900.54190.8234.8634.31
Hex396B76349036bf2322
Octal7115316664110662774342
Binary111001110101111101101101001001011011010111111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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