#347752

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

Shades of Amazon #347752

Tints of Amazon #347752

Color information

#347752 (or 0x347752) is unknown color: approx Amazon. HEX triplet: 34, 77 and 52. RGB value is (52,119,82). Sum of RGB (Red+Green+Blue) = 52+119+82=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #347752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347752 is #CB88AD. Grayscale: #5E5E5E. Windows color (decimal): -13338798 or 5404468. OLE color: 5404468.

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

Color convert

RGB5211982-
CMYK0.5600.310.53
HSL146.87º39.18%33.53%-
HSV(B)146.87º56.3%46.67%-
XYZ9.5414.5310.29-
YUV94.75120.897.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.55%
GREEN value IS 119 (46.88% from 255) = 47.04%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=20.55%
G=47.04%
B=32.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52119820.5600.310.53146.8739.1833.53
Hex3477523801F35932722
Octal6416712270037652234742
Binary1101001110111101001011100001111111010110010011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347752; }

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

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

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

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

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

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

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

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