#347849

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

Shades of Amazon #347849

Tints of Amazon #347849

Color information

#347849 (or 0x347849) is unknown color: approx Amazon. HEX triplet: 34, 78 and 49. RGB value is (52,120,73). Sum of RGB (Red+Green+Blue) = 52+120+73=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #347849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347849 is #CB87B6. Grayscale: #5E5E5E. Windows color (decimal): -13338551 or 4814900. OLE color: 4814900.

HSL color Cylindrical-coordinate representation of color #347849: hue angle of 138.53º 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 #347849 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB5212073-
CMYK0.5700.390.53
HSL138.53º39.53%33.73%-
HSV(B)138.53º56.67%47.06%-
XYZ9.3414.648.64-
YUV94.31115.9797.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 73 (28.91% from 255) = 29.80%
R=21.22%
G=48.98%
B=29.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52120730.5700.390.53138.5339.5333.73
Hex34784939027358b2822
Octal6417011171047652135042
Binary11010011110001001001111001010011111010110001011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347849; }

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

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

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

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

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

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

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

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