#397673

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

Shades of Ming #397673

Tints of Ming #397673

Color information

#397673 (or 0x397673) is unknown color: approx Ming. HEX triplet: 39, 76 and 73. RGB value is (57,118,115). Sum of RGB (Red+Green+Blue) = 57+118+115=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 118 - color contains mainly: green. Hex color #397673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397673 is #C6898C. Grayscale: #636363. Windows color (decimal): -13011341 or 7566905. OLE color: 7566905.

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

Color convert

RGB57118115-
CMYK0.5200.030.54
HSL177.05º34.86%34.31%-
HSV(B)177.05º51.69%46.27%-
XYZ11.2615.0618.53-
YUV99.42136.7997.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.66%
GREEN value IS 118 (46.48% from 255) = 40.69%
BLUE value IS 115 (45.31% from 255) = 39.66%
R=19.66%
G=40.69%
B=39.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal571181150.5200.030.54177.0534.8634.31
Hex397673340336b12322
Octal711661636403662614342
Binary1110011110110111001111010001111011010110001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397673; }

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

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

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

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

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

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

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

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