#347152

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

Shades of Amazon #347152

Tints of Amazon #347152

Color information

#347152 (or 0x347152) is unknown color: approx Amazon. HEX triplet: 34, 71 and 52. RGB value is (52,113,82). Sum of RGB (Red+Green+Blue) = 52+113+82=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #347152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347152 is #CB8EAD. Grayscale: #5B5B5B. Windows color (decimal): -13340334 or 5402932. OLE color: 5402932.

HSL color Cylindrical-coordinate representation of color #347152: hue angle of 149.51º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347152 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB5211382-
CMYK0.5400.270.56
HSL149.51º36.97%32.35%-
HSV(B)149.51º53.98%44.31%-
XYZ8.8413.1510.05-
YUV91.23122.79100.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 113 (44.53% from 255) = 45.75%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=21.05%
G=45.75%
B=33.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52113820.5400.270.56149.5136.9732.35
Hex3471523601B38962520
Octal6416112266033702264540
Binary1101001110001101001011011001101111100010010110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347152; }

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

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

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

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

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

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

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

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