#397854

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

Shades of Amazon #397854

Tints of Amazon #397854

Color information

#397854 (or 0x397854) is unknown color: approx Amazon. HEX triplet: 39, 78 and 54. RGB value is (57,120,84). Sum of RGB (Red+Green+Blue) = 57+120+84=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #397854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397854 is #C687AB. Grayscale: #616161. Windows color (decimal): -13010860 or 5535801. OLE color: 5535801.

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

Color convert

RGB5712084-
CMYK0.5200.30.53
HSL145.71º35.59%34.71%-
HSV(B)145.71º52.5%47.06%-
XYZ1014.9410.74-
YUV97.06120.6399.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.84%
GREEN value IS 120 (47.27% from 255) = 45.98%
BLUE value IS 84 (33.20% from 255) = 32.18%
R=21.84%
G=45.98%
B=32.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57120840.5200.30.53145.7135.5934.71
Hex3978543401E35922423
Octal7117012464036652224443
Binary1110011111000101010011010001111011010110010010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397854; }

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

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

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

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

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

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

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

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