#397C5B

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

Shades of Amazon #397C5B

Tints of Amazon #397C5B

Color information

#397C5B (or 0x397C5B) is unknown color: approx Amazon. HEX triplet: 39, 7C and 5B. RGB value is (57,124,91). Sum of RGB (Red+Green+Blue) = 57+124+91=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 124 - color contains mainly: green. Hex color #397C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C5B is #C683A4. Grayscale: #646464. Windows color (decimal): -13009829 or 5995577. OLE color: 5995577.

HSL color Cylindrical-coordinate representation of color #397C5B: hue angle of 150.45º 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 #397C5B is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB5712491-
CMYK0.5400.270.51
HSL150.45º37.02%35.49%-
HSV(B)150.45º54.03%48.63%-
XYZ10.7816.0412.43-
YUV100.2122.897.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.96%
GREEN value IS 124 (48.83% from 255) = 45.59%
BLUE value IS 91 (35.94% from 255) = 33.46%
R=20.96%
G=45.59%
B=33.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57124910.5400.270.51150.4537.0235.49
Hex397C5B3601B33962523
Octal7117413366033632264543
Binary1110011111100101101111011001101111001110010110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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