#397853

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

Shades of Amazon #397853

Tints of Amazon #397853

Color information

#397853 (or 0x397853) is unknown color: approx Amazon. HEX triplet: 39, 78 and 53. RGB value is (57,120,83). Sum of RGB (Red+Green+Blue) = 57+120+83=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #397853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397853 is #C687AC. Grayscale: #616161. Windows color (decimal): -13010861 or 5470265. OLE color: 5470265.

HSL color Cylindrical-coordinate representation of color #397853: hue angle of 144.76º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397853 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB5712083-
CMYK0.5200.310.53
HSL144.76º35.59%34.71%-
HSV(B)144.76º52.5%47.06%-
XYZ9.9714.9310.54-
YUV96.94120.1399.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.92%
GREEN value IS 120 (47.27% from 255) = 46.15%
BLUE value IS 83 (32.81% from 255) = 31.92%
R=21.92%
G=46.15%
B=31.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57120830.5200.310.53144.7635.5934.71
Hex3978533401F35912423
Octal7117012364037652214443
Binary1110011111000101001111010001111111010110010001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397853; }

 p { color: rgb(57,120,83); }

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

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

 a { background-color: rgb(57,120,83); }

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

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

 span { border-color: rgb(57,120,83); }

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