#396E72

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

Shades of Ming #396E72

Tints of Ming #396E72

Color information

#396E72 (or 0x396E72) is unknown color: approx Ming. HEX triplet: 39, 6E and 72. RGB value is (57,110,114). Sum of RGB (Red+Green+Blue) = 57+110+114=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #396E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E72 is #C6918D. Grayscale: #5E5E5E. Windows color (decimal): -13013390 or 7499321. OLE color: 7499321.

HSL color Cylindrical-coordinate representation of color #396E72: hue angle of 184.21º degrees, saturation: 0.33, 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 #396E72 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB57110114-
CMYK0.500.0400.55
HSL184.21º33.33%33.53%-
HSV(B)184.21º50%44.71%-
XYZ10.313.2417.93-
YUV94.61138.94101.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.28%
GREEN value IS 110 (43.36% from 255) = 39.15%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=20.28%
G=39.15%
B=40.57%

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
Decimal571101140.500.0400.55184.2133.3333.53
Hex396E72324037b82122
Octal711561626240672704142
Binary11100111011101110010110010100011011110111000100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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