#397850

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

Shades of Amazon #397850

Tints of Amazon #397850

Color information

#397850 (or 0x397850) is unknown color: approx Amazon. HEX triplet: 39, 78 and 50. RGB value is (57,120,80). Sum of RGB (Red+Green+Blue) = 57+120+80=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #397850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397850 is #C687AF. Grayscale: #606060. Windows color (decimal): -13010864 or 5273657. OLE color: 5273657.

HSL color Cylindrical-coordinate representation of color #397850: hue angle of 141.9º 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 #397850 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB5712080-
CMYK0.5200.330.53
HSL141.9º35.59%34.71%-
HSV(B)141.9º52.5%47.06%-
XYZ9.8514.889.94-
YUV96.6118.6399.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.18%
GREEN value IS 120 (47.27% from 255) = 46.69%
BLUE value IS 80 (31.64% from 255) = 31.13%
R=22.18%
G=46.69%
B=31.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57120800.5200.330.53141.935.5934.71
Hex39785034021358e2423
Octal7117012064041652164443
Binary11100111110001010000110100010000111010110001110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397850; }

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

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

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

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

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

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

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

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