#397955

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

Shades of Amazon #397955

Tints of Amazon #397955

Color information

#397955 (or 0x397955) is unknown color: approx Amazon. HEX triplet: 39, 79 and 55. RGB value is (57,121,85). Sum of RGB (Red+Green+Blue) = 57+121+85=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #397955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397955 is #C686AA. Grayscale: #616161. Windows color (decimal): -13010603 or 5601593. OLE color: 5601593.

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

Color convert

RGB5712185-
CMYK0.5300.300.53
HSL146.25º35.96%34.9%-
HSV(B)146.25º52.89%47.45%-
XYZ10.1615.210.99-
YUV97.76120.898.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.67%
GREEN value IS 121 (47.66% from 255) = 46.01%
BLUE value IS 85 (33.59% from 255) = 32.32%
R=21.67%
G=46.01%
B=32.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57121850.5300.300.53146.2535.9634.9
Hex3979553501E35922423
Octal7117112565036652224443
Binary1110011111001101010111010101111011010110010010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397955; }

 p { color: rgb(57,121,85); }

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

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

 a { background-color: rgb(57,121,85); }

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

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

 span { border-color: rgb(57,121,85); }

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