#396E6E

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

Shades of Ming #396E6E

Tints of Ming #396E6E

Color information

#396E6E (or 0x396E6E) is unknown color: approx Ming. HEX triplet: 39, 6E and 6E. RGB value is (57,110,110). Sum of RGB (Red+Green+Blue) = 57+110+110=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 110 - color contains mainly: green, blue. Hex color #396E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E6E is #C69191. Grayscale: #5E5E5E. Windows color (decimal): -13013394 or 7237177. OLE color: 7237177.

HSL color Cylindrical-coordinate representation of color #396E6E: hue angle of 180º 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 #396E6E is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB57110110-
CMYK0.48000.57
HSL180º31.74%32.75%-
HSV(B)180º48.18%43.14%-
XYZ10.0813.1516.76-
YUV94.15136.94101.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 110 (43.36% from 255) = 39.71%
BLUE value IS 110 (43.36% from 255) = 39.71%
R=20.58%
G=39.71%
B=39.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal571101100.48000.5718031.7432.75
Hex396E6E300039b42021
Octal711561566000712644041
Binary111001110111011011101100000011100110110100100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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