#397A5E

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

Shades of Amazon #397A5E

Tints of Amazon #397A5E

Color information

#397A5E (or 0x397A5E) is unknown color: approx Amazon. HEX triplet: 39, 7A and 5E. RGB value is (57,122,94). Sum of RGB (Red+Green+Blue) = 57+122+94=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 122 - color contains mainly: green. Hex color #397A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397A5E is #C685A1. Grayscale: #636363. Windows color (decimal): -13010338 or 6191673. OLE color: 6191673.

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

Color convert

RGB5712294-
CMYK0.5300.230.52
HSL154.15º36.31%35.1%-
HSV(B)154.15º53.28%47.84%-
XYZ10.6715.613.04-
YUV99.37124.9797.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 122 (48.05% from 255) = 44.69%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=20.88%
G=44.69%
B=34.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57122940.5300.230.52154.1536.3135.1
Hex397A5E35017349a2423
Octal7117213665027642324443
Binary1110011111010101111011010101011111010010011010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,122,94); }

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

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

 a { background-color: rgb(57,122,94); }

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

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

 span { border-color: rgb(57,122,94); }

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