#347855

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

Shades of Amazon #347855

Tints of Amazon #347855

Color information

#347855 (or 0x347855) is unknown color: approx Amazon. HEX triplet: 34, 78 and 55. RGB value is (52,120,85). Sum of RGB (Red+Green+Blue) = 52+120+85=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #347855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347855 is #CB87AA. Grayscale: #5F5F5F. Windows color (decimal): -13338539 or 5601332. OLE color: 5601332.

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

Color convert

RGB5212085-
CMYK0.5700.290.53
HSL149.12º39.53%33.73%-
HSV(B)149.12º56.67%47.06%-
XYZ9.7714.8210.94-
YUV95.68121.9796.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 120 (47.27% from 255) = 46.69%
BLUE value IS 85 (33.59% from 255) = 33.07%
R=20.23%
G=46.69%
B=33.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52120850.5700.290.53149.1239.5333.73
Hex3478553901D35952822
Octal6417012571035652255042
Binary1101001111000101010111100101110111010110010101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347855; }

 p { color: rgb(52,120,85); }

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

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

 a { background-color: rgb(52,120,85); }

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

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

 span { border-color: rgb(52,120,85); }

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