#347150

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

Shades of Amazon #347150

Tints of Amazon #347150

Color information

#347150 (or 0x347150) is unknown color: approx Amazon. HEX triplet: 34, 71 and 50. RGB value is (52,113,80). Sum of RGB (Red+Green+Blue) = 52+113+80=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #347150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347150 is #CB8EAF. Grayscale: #5B5B5B. Windows color (decimal): -13340336 or 5271860. OLE color: 5271860.

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

Color convert

RGB5211380-
CMYK0.5400.290.56
HSL147.54º36.97%32.35%-
HSV(B)147.54º53.98%44.31%-
XYZ8.7713.129.66-
YUV91121.79100.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 113 (44.53% from 255) = 46.12%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=21.22%
G=46.12%
B=32.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52113800.5400.290.56147.5436.9732.35
Hex3471503601D38942520
Octal6416112066035702244540
Binary1101001110001101000011011001110111100010010100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347150; }

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

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

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

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

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

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

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

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