#397674

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

Shades of Ming #397674

Tints of Ming #397674

Color information

#397674 (or 0x397674) is unknown color: approx Ming. HEX triplet: 39, 76 and 74. RGB value is (57,118,116). Sum of RGB (Red+Green+Blue) = 57+118+116=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #397674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397674 is #C6898B. Grayscale: #636363. Windows color (decimal): -13011340 or 7632441. OLE color: 7632441.

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

Color convert

RGB57118116-
CMYK0.5200.020.54
HSL178.03º34.86%34.31%-
HSV(B)178.03º51.69%46.27%-
XYZ11.3215.0918.84-
YUV99.53137.2997.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.59%
GREEN value IS 118 (46.48% from 255) = 40.55%
BLUE value IS 116 (45.70% from 255) = 39.86%
R=19.59%
G=40.55%
B=39.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal571181160.5200.020.54178.0334.8634.31
Hex397674340236b22322
Octal711661646402662624342
Binary1110011110110111010011010001011011010110010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397674; }

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

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

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

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

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

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

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

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