#347649

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

Shades of Amazon #347649

Tints of Amazon #347649

Color information

#347649 (or 0x347649) is unknown color: approx Amazon. HEX triplet: 34, 76 and 49. RGB value is (52,118,73). Sum of RGB (Red+Green+Blue) = 52+118+73=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #347649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347649 is #CB89B6. Grayscale: #5D5D5D. Windows color (decimal): -13339063 or 4814388. OLE color: 4814388.

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

Color convert

RGB5211873-
CMYK0.5600.380.54
HSL139.09º38.82%33.33%-
HSV(B)139.09º55.93%46.27%-
XYZ9.114.178.56-
YUV93.14116.6398.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 118 (46.48% from 255) = 48.56%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=21.40%
G=48.56%
B=30.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52118730.5600.380.54139.0938.8233.33
Hex34764938026368b2721
Octal6416611170046662134741
Binary11010011101101001001111000010011011011010001011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347649; }

 p { color: rgb(52,118,73); }

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

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

 a { background-color: rgb(52,118,73); }

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

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

 span { border-color: rgb(52,118,73); }

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