#397F5A

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

Shades of Amazon #397F5A

Tints of Amazon #397F5A

Color information

#397F5A (or 0x397F5A) is unknown color: approx Amazon. HEX triplet: 39, 7F and 5A. RGB value is (57,127,90). Sum of RGB (Red+Green+Blue) = 57+127+90=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 127 - color contains mainly: green. Hex color #397F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397F5A is #C680A5. Grayscale: #656565. Windows color (decimal): -13009062 or 5930809. OLE color: 5930809.

HSL color Cylindrical-coordinate representation of color #397F5A: hue angle of 148.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #397F5A is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB5712790-
CMYK0.5500.290.50
HSL148.29º38.04%36.08%-
HSV(B)148.29º55.12%49.8%-
XYZ11.1216.7912.33-
YUV101.85121.3196.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 127 (50% from 255) = 46.35%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=20.80%
G=46.35%
B=32.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57127900.5500.290.50148.2938.0436.08
Hex397F5A3701D32942624
Octal7117713267035622244644
Binary1110011111111101101011011101110111001010010100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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