#347B45

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

Shades of Amazon #347B45

Tints of Amazon #347B45

Color information

#347B45 (or 0x347B45) is unknown color: approx Amazon. HEX triplet: 34, 7B and 45. RGB value is (52,123,69). Sum of RGB (Red+Green+Blue) = 52+123+69=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 123 (48.44% from 255 or 50.41% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 123 - color contains mainly: green. Hex color #347B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347B45 is #CB84BA. Grayscale: #5F5F5F. Windows color (decimal): -13337787 or 4553524. OLE color: 4553524.

HSL color Cylindrical-coordinate representation of color #347B45: hue angle of 134.37º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347B45 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB5212369-
CMYK0.5800.440.52
HSL134.37º40.57%34.31%-
HSV(B)134.37º57.72%48.24%-
XYZ9.5715.338.08-
YUV95.62112.9896.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.31%
GREEN value IS 123 (48.44% from 255) = 50.41%
BLUE value IS 69 (27.34% from 255) = 28.28%
R=21.31%
G=50.41%
B=28.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52123690.5800.440.52134.3740.5734.31
Hex347B453A02C34862922
Octal6417310572054642065142
Binary11010011110111000101111010010110011010010000110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347B45; }

 p { color: rgb(52,123,69); }

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

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

 a { background-color: rgb(52,123,69); }

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

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

 span { border-color: rgb(52,123,69); }

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