#347A57

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

Shades of Amazon #347A57

Tints of Amazon #347A57

Color information

#347A57 (or 0x347A57) is unknown color: approx Amazon. HEX triplet: 34, 7A and 57. RGB value is (52,122,87). Sum of RGB (Red+Green+Blue) = 52+122+87=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 122 - color contains mainly: green. Hex color #347A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347A57 is #CB85A8. Grayscale: #616161. Windows color (decimal): -13338025 or 5732916. OLE color: 5732916.

HSL color Cylindrical-coordinate representation of color #347A57: hue angle of 150º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #347A57 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB5212287-
CMYK0.5700.290.52
HSL150º40.23%34.12%-
HSV(B)150º57.38%47.84%-
XYZ10.115.3411.45-
YUV97.08122.3195.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.92%
GREEN value IS 122 (48.05% from 255) = 46.74%
BLUE value IS 87 (34.38% from 255) = 33.33%
R=19.92%
G=46.74%
B=33.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52122870.5700.290.5215040.2334.12
Hex347A573901D34962822
Octal6417212771035642265042
Binary1101001111010101011111100101110111010010010110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347A57; }

 p { color: rgb(52,122,87); }

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

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

 a { background-color: rgb(52,122,87); }

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

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

 span { border-color: rgb(52,122,87); }

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