#347053

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

Shades of Amazon #347053

Tints of Amazon #347053

Color information

#347053 (or 0x347053) is unknown color: approx Amazon. HEX triplet: 34, 70 and 53. RGB value is (52,112,83). Sum of RGB (Red+Green+Blue) = 52+112+83=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #347053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347053 is #CB8FAC. Grayscale: #5A5A5A. Windows color (decimal): -13340589 or 5468212. OLE color: 5468212.

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

Color convert

RGB5211283-
CMYK0.5400.260.56
HSL151º36.59%32.16%-
HSV(B)151º53.57%43.92%-
XYZ8.7712.9410.22-
YUV90.75123.62100.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 83 (32.81% from 255) = 33.60%
R=21.05%
G=45.34%
B=33.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52112830.5400.260.5615136.5932.16
Hex3470533601A38972520
Octal6416012366032702274540
Binary1101001110000101001111011001101011100010010111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347053; }

 p { color: rgb(52,112,83); }

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

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

 a { background-color: rgb(52,112,83); }

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

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

 span { border-color: rgb(52,112,83); }

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