#397157

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

Shades of Amazon #397157

Tints of Amazon #397157

Color information

#397157 (or 0x397157) is unknown color: approx Amazon. HEX triplet: 39, 71 and 57. RGB value is (57,113,87). Sum of RGB (Red+Green+Blue) = 57+113+87=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 113 - color contains mainly: green. Hex color #397157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397157 is #C68EA8. Grayscale: #5D5D5D. Windows color (decimal): -13012649 or 5730617. OLE color: 5730617.

HSL color Cylindrical-coordinate representation of color #397157: hue angle of 152.14º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397157 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB5711387-
CMYK0.5000.230.56
HSL152.14º32.94%33.33%-
HSV(B)152.14º49.56%44.31%-
XYZ9.3113.3711.11-
YUV93.29124.45102.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.18%
GREEN value IS 113 (44.53% from 255) = 43.97%
BLUE value IS 87 (34.38% from 255) = 33.85%
R=22.18%
G=43.97%
B=33.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57113870.5000.230.56152.1432.9433.33
Hex3971573201738982121
Octal7116112762027702304141
Binary1110011110001101011111001001011111100010011000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397157; }

 p { color: rgb(57,113,87); }

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

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

 a { background-color: rgb(57,113,87); }

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

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

 span { border-color: rgb(57,113,87); }

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