#397C49

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

Shades of Amazon #397C49

Tints of Amazon #397C49

Color information

#397C49 (or 0x397C49) is unknown color: approx Amazon. HEX triplet: 39, 7C and 49. RGB value is (57,124,73). Sum of RGB (Red+Green+Blue) = 57+124+73=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 124 (48.83% from 255 or 48.82% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 124 - color contains mainly: green. Hex color #397C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397C49 is #C683B6. Grayscale: #626262. Windows color (decimal): -13009847 or 4815929. OLE color: 4815929.

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

Color convert

RGB5712473-
CMYK0.5400.410.51
HSL134.33º37.02%35.49%-
HSV(B)134.33º54.03%48.63%-
XYZ10.115.778.81-
YUV98.15113.898.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.44%
GREEN value IS 124 (48.83% from 255) = 48.82%
BLUE value IS 73 (28.91% from 255) = 28.74%
R=22.44%
G=48.82%
B=28.74%

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
Decimal57124730.5400.410.51134.3337.0235.49
Hex397C493602933862523
Octal7117411166051632064543
Binary11100111111001001001110110010100111001110000110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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