#347652

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

Shades of Amazon #347652

Tints of Amazon #347652

Color information

#347652 (or 0x347652) is unknown color: approx Amazon. HEX triplet: 34, 76 and 52. RGB value is (52,118,82). Sum of RGB (Red+Green+Blue) = 52+118+82=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #347652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347652 is #CB89AD. Grayscale: #5E5E5E. Windows color (decimal): -13339054 or 5404212. OLE color: 5404212.

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

Color convert

RGB5211882-
CMYK0.5600.310.54
HSL147.27º38.82%33.33%-
HSV(B)147.27º55.93%46.27%-
XYZ9.4214.310.25-
YUV94.16121.1397.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.63%
GREEN value IS 118 (46.48% from 255) = 46.83%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=20.63%
G=46.83%
B=32.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52118820.5600.310.54147.2738.8233.33
Hex3476523801F36932721
Octal6416612270037662234741
Binary1101001110110101001011100001111111011010010011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347652; }

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

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

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

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

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

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

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

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