#347B57

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

Shades of Amazon #347B57

Tints of Amazon #347B57

Color information

#347B57 (or 0x347B57) is unknown color: approx Amazon. HEX triplet: 34, 7B and 57. RGB value is (52,123,87). Sum of RGB (Red+Green+Blue) = 52+123+87=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 123 (48.44% from 255 or 46.95% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 123 - color contains mainly: green. Hex color #347B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347B57 is #CB84A8. Grayscale: #616161. Windows color (decimal): -13337769 or 5733172. OLE color: 5733172.

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

Color convert

RGB5212387-
CMYK0.5800.290.52
HSL149.58º40.57%34.31%-
HSV(B)149.58º57.72%48.24%-
XYZ10.2215.5811.49-
YUV97.67121.9895.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.85%
GREEN value IS 123 (48.44% from 255) = 46.95%
BLUE value IS 87 (34.38% from 255) = 33.21%
R=19.85%
G=46.95%
B=33.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52123870.5800.290.52149.5840.5734.31
Hex347B573A01D34962922
Octal6417312772035642265142
Binary1101001111011101011111101001110111010010010110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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