#347354

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

Shades of Amazon #347354

Tints of Amazon #347354

Color information

#347354 (or 0x347354) is unknown color: approx Amazon. HEX triplet: 34, 73 and 54. RGB value is (52,115,84). Sum of RGB (Red+Green+Blue) = 52+115+84=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #347354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347354 is #CB8CAB. Grayscale: #5C5C5C. Windows color (decimal): -13339820 or 5534516. OLE color: 5534516.

HSL color Cylindrical-coordinate representation of color #347354: hue angle of 150.48º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347354 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB5211584-
CMYK0.5500.270.55
HSL150.48º37.72%32.75%-
HSV(B)150.48º54.78%45.1%-
XYZ9.1513.6310.54-
YUV92.63123.1399.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 115 (45.31% from 255) = 45.82%
BLUE value IS 84 (33.20% from 255) = 33.47%
R=20.72%
G=45.82%
B=33.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52115840.5500.270.55150.4837.7232.75
Hex3473543701B37962621
Octal6416312467033672264641
Binary1101001110011101010011011101101111011110010110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347354; }

 p { color: rgb(52,115,84); }

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

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

 a { background-color: rgb(52,115,84); }

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

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

 span { border-color: rgb(52,115,84); }

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