#397D55

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

Shades of Amazon #397D55

Tints of Amazon #397D55

Color information

#397D55 (or 0x397D55) is unknown color: approx Amazon. HEX triplet: 39, 7D and 55. RGB value is (57,125,85). Sum of RGB (Red+Green+Blue) = 57+125+85=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #397D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397D55 is #C682AA. Grayscale: #646464. Windows color (decimal): -13009579 or 5602617. OLE color: 5602617.

HSL color Cylindrical-coordinate representation of color #397D55: hue angle of 144.71º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397D55 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB5712585-
CMYK0.5400.320.51
HSL144.71º37.36%35.69%-
HSV(B)144.71º54.4%49.02%-
XYZ10.6616.1911.16-
YUV100.11119.4797.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.35%
GREEN value IS 125 (49.22% from 255) = 46.82%
BLUE value IS 85 (33.59% from 255) = 31.84%
R=21.35%
G=46.82%
B=31.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57125850.5400.320.51144.7137.3635.69
Hex397D553602033912524
Octal7117512566040632214544
Binary11100111111011010101110110010000011001110010001100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,125,85); }

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

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

 a { background-color: rgb(57,125,85); }

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

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

 span { border-color: rgb(57,125,85); }

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