#397775

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

Shades of Ming #397775

Tints of Ming #397775

Color information

#397775 (or 0x397775) is unknown color: approx Ming. HEX triplet: 39, 77 and 75. RGB value is (57,119,117). Sum of RGB (Red+Green+Blue) = 57+119+117=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #397775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397775 is #C6888A. Grayscale: #646464. Windows color (decimal): -13011083 or 7698233. OLE color: 7698233.

HSL color Cylindrical-coordinate representation of color #397775: hue angle of 178.06º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397775 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB57119117-
CMYK0.5200.020.53
HSL178.06º35.23%34.51%-
HSV(B)178.06º52.1%46.67%-
XYZ11.515.3519.19-
YUV100.23137.4697.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.45%
GREEN value IS 119 (46.88% from 255) = 40.61%
BLUE value IS 117 (46.09% from 255) = 39.93%
R=19.45%
G=40.61%
B=39.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571191170.5200.020.53178.0635.2334.51
Hex397775340235b22323
Octal711671656402652624343
Binary1110011110111111010111010001011010110110010100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397775; }

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

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

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

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

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

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

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

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