#347956

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

Shades of Amazon #347956

Tints of Amazon #347956

Color information

#347956 (or 0x347956) is unknown color: approx Amazon. HEX triplet: 34, 79 and 56. RGB value is (52,121,86). Sum of RGB (Red+Green+Blue) = 52+121+86=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 121 - color contains mainly: green. Hex color #347956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347956 is #CB86A9. Grayscale: #606060. Windows color (decimal): -13338282 or 5667124. OLE color: 5667124.

HSL color Cylindrical-coordinate representation of color #347956: hue angle of 149.57º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #347956 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB5212186-
CMYK0.5700.290.53
HSL149.57º39.88%33.92%-
HSV(B)149.57º57.02%47.45%-
XYZ9.9315.0811.19-
YUV96.38122.1496.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.08%
GREEN value IS 121 (47.66% from 255) = 46.72%
BLUE value IS 86 (33.98% from 255) = 33.20%
R=20.08%
G=46.72%
B=33.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52121860.5700.290.53149.5739.8833.92
Hex3479563901D35962822
Octal6417112671035652265042
Binary1101001111001101011011100101110111010110010110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347956; }

 p { color: rgb(52,121,86); }

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

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

 a { background-color: rgb(52,121,86); }

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

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

 span { border-color: rgb(52,121,86); }

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