#347247

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

Shades of Amazon #347247

Tints of Amazon #347247

Color information

#347247 (or 0x347247) is unknown color: approx Amazon. HEX triplet: 34, 72 and 47. RGB value is (52,114,71). Sum of RGB (Red+Green+Blue) = 52+114+71=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #347247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347247 is #CB8DB8. Grayscale: #5A5A5A. Windows color (decimal): -13340089 or 4682292. OLE color: 4682292.

HSL color Cylindrical-coordinate representation of color #347247: hue angle of 138.39º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347247 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB5211471-
CMYK0.5400.380.55
HSL138.39º37.35%32.55%-
HSV(B)138.39º54.39%44.71%-
XYZ8.5713.228.06-
YUV90.56116.96100.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 114 (44.92% from 255) = 48.10%
BLUE value IS 71 (28.12% from 255) = 29.96%
R=21.94%
G=48.10%
B=29.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52114710.5400.380.55138.3937.3532.55
Hex34724736026378a2521
Octal6416210766046672124541
Binary11010011100101000111110110010011011011110001010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347247; }

 p { color: rgb(52,114,71); }

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

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

 a { background-color: rgb(52,114,71); }

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

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

 span { border-color: rgb(52,114,71); }

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