#347B52

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

Shades of Amazon #347B52

Tints of Amazon #347B52

Color information

#347B52 (or 0x347B52) is unknown color: approx Amazon. HEX triplet: 34, 7B and 52. RGB value is (52,123,82). Sum of RGB (Red+Green+Blue) = 52+123+82=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 123 (48.44% from 255 or 47.86% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 123 - color contains mainly: green. Hex color #347B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347B52 is #CB84AD. Grayscale: #616161. Windows color (decimal): -13337774 or 5405492. OLE color: 5405492.

HSL color Cylindrical-coordinate representation of color #347B52: hue angle of 145.35º 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 #347B52 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB5212382-
CMYK0.5800.330.52
HSL145.35º40.57%34.31%-
HSV(B)145.35º57.72%48.24%-
XYZ10.0215.5110.45-
YUV97.1119.4895.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 123 (48.44% from 255) = 47.86%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=20.23%
G=47.86%
B=31.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52123820.5800.330.52145.3540.5734.31
Hex347B523A02134912922
Octal6417312272041642215142
Binary11010011110111010010111010010000111010010010001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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