#397C5C

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

Shades of Amazon #397C5C

Tints of Amazon #397C5C

Color information

#397C5C (or 0x397C5C) is unknown color: approx Amazon. HEX triplet: 39, 7C and 5C. RGB value is (57,124,92). Sum of RGB (Red+Green+Blue) = 57+124+92=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #397C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397C5C is #C683A3. Grayscale: #646464. Windows color (decimal): -13009828 or 6061113. OLE color: 6061113.

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

Color convert

RGB5712492-
CMYK0.5400.260.51
HSL151.34º37.02%35.49%-
HSV(B)151.34º54.03%48.63%-
XYZ10.8316.0612.65-
YUV100.32123.397.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 124 (48.83% from 255) = 45.42%
BLUE value IS 92 (36.33% from 255) = 33.70%
R=20.88%
G=45.42%
B=33.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57124920.5400.260.51151.3437.0235.49
Hex397C5C3601A33972523
Octal7117413466032632274543
Binary1110011111100101110011011001101011001110010111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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