#347C4B

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

Shades of Amazon #347C4B

Tints of Amazon #347C4B

Color information

#347C4B (or 0x347C4B) is unknown color: approx Amazon. HEX triplet: 34, 7C and 4B. RGB value is (52,124,75). Sum of RGB (Red+Green+Blue) = 52+124+75=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 124 (48.83% from 255 or 49.40% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 124 - color contains mainly: green. Hex color #347C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347C4B is #CB83B4. Grayscale: #616161. Windows color (decimal): -13337525 or 4946996. OLE color: 4946996.

HSL color Cylindrical-coordinate representation of color #347C4B: hue angle of 139.17º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347C4B is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB5212475-
CMYK0.5800.400.51
HSL139.17º40.91%34.51%-
HSV(B)139.17º58.06%48.63%-
XYZ9.8915.659.16-
YUV96.89115.6595.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 124 (48.83% from 255) = 49.40%
BLUE value IS 75 (29.69% from 255) = 29.88%
R=20.72%
G=49.40%
B=29.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52124750.5800.400.51139.1740.9134.51
Hex347C4B3A028338b2923
Octal6417411372050632135143
Binary11010011111001001011111010010100011001110001011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,124,75); }

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

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

 a { background-color: rgb(52,124,75); }

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

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

 span { border-color: rgb(52,124,75); }

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