#397C78

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

Shades of Ming #397C78

Tints of Ming #397C78

Color information

#397C78 (or 0x397C78) is unknown color: approx Ming. HEX triplet: 39, 7C and 78. RGB value is (57,124,120). Sum of RGB (Red+Green+Blue) = 57+124+120=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 124 - color contains mainly: green. Hex color #397C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C78 is #C68387. Grayscale: #676767. Windows color (decimal): -13009800 or 7896121. OLE color: 7896121.

HSL color Cylindrical-coordinate representation of color #397C78: hue angle of 176.42º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397C78 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB57124120-
CMYK0.5400.030.51
HSL176.42º37.02%35.49%-
HSV(B)176.42º54.03%48.63%-
XYZ12.2916.6420.33-
YUV103.51137.394.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.94%
GREEN value IS 124 (48.83% from 255) = 41.20%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=18.94%
G=41.20%
B=39.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal571241200.5400.030.51176.4237.0235.49
Hex397C78360333b02523
Octal711741706603632604543
Binary1110011111100111100011011001111001110110000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397C78; }

 p { color: rgb(57,124,120); }

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

<style>
 a { background-color: #397C78; }

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

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

<style>
 span { border-color: #397C78; }

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

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