#347759

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

Shades of Amazon #347759

Tints of Amazon #347759

Color information

#347759 (or 0x347759) is unknown color: approx Amazon. HEX triplet: 34, 77 and 59. RGB value is (52,119,89). Sum of RGB (Red+Green+Blue) = 52+119+89=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #347759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347759 is #CB88A6. Grayscale: #5F5F5F. Windows color (decimal): -13338791 or 5863220. OLE color: 5863220.

HSL color Cylindrical-coordinate representation of color #347759: hue angle of 153.13º 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 #347759 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB5211989-
CMYK0.5600.250.53
HSL153.13º39.18%33.53%-
HSV(B)153.13º56.3%46.67%-
XYZ9.8214.6411.76-
YUV95.55124.396.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20%
GREEN value IS 119 (46.88% from 255) = 45.77%
BLUE value IS 89 (35.16% from 255) = 34.23%
R=20%
G=45.77%
B=34.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52119890.5600.250.53153.1339.1833.53
Hex3477593801935992722
Octal6416713170031652314742
Binary1101001110111101100111100001100111010110011001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347759; }

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

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

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

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

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

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

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

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