#396E73

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

Shades of Ming #396E73

Tints of Ming #396E73

Color information

#396E73 (or 0x396E73) is unknown color: approx Ming. HEX triplet: 39, 6E and 73. RGB value is (57,110,115). Sum of RGB (Red+Green+Blue) = 57+110+115=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #396E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E73 is #C6918C. Grayscale: #5E5E5E. Windows color (decimal): -13013389 or 7564857. OLE color: 7564857.

HSL color Cylindrical-coordinate representation of color #396E73: hue angle of 185.17º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396E73 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB57110115-
CMYK0.500.0400.55
HSL185.17º33.72%33.73%-
HSV(B)185.17º50.43%45.1%-
XYZ10.3613.2618.23-
YUV94.72139.44101.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.21%
GREEN value IS 110 (43.36% from 255) = 39.01%
BLUE value IS 115 (45.31% from 255) = 40.78%
R=20.21%
G=39.01%
B=40.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal571101150.500.0400.55185.1733.7233.73
Hex396E73324037b92222
Octal711561636240672714242
Binary11100111011101110011110010100011011110111001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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