#397D4A

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

Shades of Amazon #397D4A

Tints of Amazon #397D4A

Color information

#397D4A (or 0x397D4A) is unknown color: approx Amazon. HEX triplet: 39, 7D and 4A. RGB value is (57,125,74). Sum of RGB (Red+Green+Blue) = 57+125+74=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 125 (49.22% from 255 or 48.83% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 125 - color contains mainly: green. Hex color #397D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397D4A is #C682B5. Grayscale: #626262. Windows color (decimal): -13009590 or 4881721. OLE color: 4881721.

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

Color convert

RGB5712574-
CMYK0.5400.410.51
HSL135º37.36%35.69%-
HSV(B)135º54.4%49.02%-
XYZ10.2616.039.03-
YUV98.85113.9798.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.27%
GREEN value IS 125 (49.22% from 255) = 48.83%
BLUE value IS 74 (29.30% from 255) = 28.91%
R=22.27%
G=48.83%
B=28.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57125740.5400.410.5113537.3635.69
Hex397D4A3602933872524
Octal7117511266051632074544
Binary11100111111011001010110110010100111001110000111100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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