#397573

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

Shades of Ming #397573

Tints of Ming #397573

Color information

#397573 (or 0x397573) is unknown color: approx Ming. HEX triplet: 39, 75 and 73. RGB value is (57,117,115). Sum of RGB (Red+Green+Blue) = 57+117+115=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #397573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397573 is #C68A8C. Grayscale: #626262. Windows color (decimal): -13011597 or 7566649. OLE color: 7566649.

HSL color Cylindrical-coordinate representation of color #397573: hue angle of 178º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #397573 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB57117115-
CMYK0.5100.020.54
HSL178º34.48%34.12%-
HSV(B)178º51.28%45.88%-
XYZ11.1414.8318.49-
YUV98.83137.1298.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.72%
GREEN value IS 117 (46.09% from 255) = 40.48%
BLUE value IS 115 (45.31% from 255) = 39.79%
R=19.72%
G=40.48%
B=39.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal571171150.5100.020.5417834.4834.12
Hex397573330236b22222
Octal711651636302662624242
Binary1110011110101111001111001101011011010110010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397573; }

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

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

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

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

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

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

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

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