#347550

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

Shades of Amazon #347550

Tints of Amazon #347550

Color information

#347550 (or 0x347550) is unknown color: approx Amazon. HEX triplet: 34, 75 and 50. RGB value is (52,117,80). Sum of RGB (Red+Green+Blue) = 52+117+80=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #347550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347550 is #CB8AAF. Grayscale: #5D5D5D. Windows color (decimal): -13339312 or 5272884. OLE color: 5272884.

HSL color Cylindrical-coordinate representation of color #347550: hue angle of 145.85º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347550 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB5211780-
CMYK0.5600.320.54
HSL145.85º38.46%33.14%-
HSV(B)145.85º55.56%45.88%-
XYZ9.2314.039.81-
YUV93.35120.4798.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 117 (46.09% from 255) = 46.99%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=20.88%
G=46.99%
B=32.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52117800.5600.320.54145.8538.4633.14
Hex3475503802036922621
Octal6416512070040662224641
Binary11010011101011010000111000010000011011010010010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347550; }

 p { color: rgb(52,117,80); }

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

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

 a { background-color: rgb(52,117,80); }

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

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

 span { border-color: rgb(52,117,80); }

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