#347155

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

Shades of Amazon #347155

Tints of Amazon #347155

Color information

#347155 (or 0x347155) is unknown color: approx Amazon. HEX triplet: 34, 71 and 55. RGB value is (52,113,85). Sum of RGB (Red+Green+Blue) = 52+113+85=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #347155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347155 is #CB8EAA. Grayscale: #5B5B5B. Windows color (decimal): -13340331 or 5599540. OLE color: 5599540.

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

Color convert

RGB5211385-
CMYK0.5400.250.56
HSL152.46º36.97%32.35%-
HSV(B)152.46º53.98%44.31%-
XYZ8.9613.210.67-
YUV91.57124.2999.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 113 (44.53% from 255) = 45.2%
BLUE value IS 85 (33.59% from 255) = 34%
R=20.8%
G=45.2%
B=34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52113850.5400.250.56152.4636.9732.35
Hex3471553601938982520
Octal6416112566031702304540
Binary1101001110001101010111011001100111100010011000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347155; }

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

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

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

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

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

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

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

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