#347756

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

Shades of Amazon #347756

Tints of Amazon #347756

Color information

#347756 (or 0x347756) is unknown color: approx Amazon. HEX triplet: 34, 77 and 56. RGB value is (52,119,86). Sum of RGB (Red+Green+Blue) = 52+119+86=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #347756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347756 is #CB88A9. Grayscale: #5F5F5F. Windows color (decimal): -13338794 or 5666612. OLE color: 5666612.

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

Color convert

RGB5211986-
CMYK0.5600.280.53
HSL150.45º39.18%33.53%-
HSV(B)150.45º56.3%46.67%-
XYZ9.6914.611.11-
YUV95.2122.897.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 119 (46.88% from 255) = 46.30%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=20.23%
G=46.30%
B=33.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52119860.5600.280.53150.4539.1833.53
Hex3477563801C35962722
Octal6416712670034652264742
Binary1101001110111101011011100001110011010110010110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347756; }

 p { color: rgb(52,119,86); }

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

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

 a { background-color: rgb(52,119,86); }

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

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

 span { border-color: rgb(52,119,86); }

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