#397C5A

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

Shades of Amazon #397C5A

Tints of Amazon #397C5A

Color information

#397C5A (or 0x397C5A) is unknown color: approx Amazon. HEX triplet: 39, 7C and 5A. RGB value is (57,124,90). Sum of RGB (Red+Green+Blue) = 57+124+90=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 124 - color contains mainly: green. Hex color #397C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C5A is #C683A5. Grayscale: #646464. Windows color (decimal): -13009830 or 5930041. OLE color: 5930041.

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

Color convert

RGB5712490-
CMYK0.5400.270.51
HSL149.55º37.02%35.49%-
HSV(B)149.55º54.03%48.63%-
XYZ10.7416.0212.2-
YUV100.09122.397.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 124 (48.83% from 255) = 45.76%
BLUE value IS 90 (35.55% from 255) = 33.21%
R=21.03%
G=45.76%
B=33.21%

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
Decimal57124900.5400.270.51149.5537.0235.49
Hex397C5A3601B33962523
Octal7117413266033632264543
Binary1110011111100101101011011001101111001110010110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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