#347452

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

Shades of Amazon #347452

Tints of Amazon #347452

Color information

#347452 (or 0x347452) is unknown color: approx Amazon. HEX triplet: 34, 74 and 52. RGB value is (52,116,82). Sum of RGB (Red+Green+Blue) = 52+116+82=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #347452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347452 is #CB8BAD. Grayscale: #5D5D5D. Windows color (decimal): -13339566 or 5403700. OLE color: 5403700.

HSL color Cylindrical-coordinate representation of color #347452: hue angle of 148.12º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347452 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB5211682-
CMYK0.5500.290.55
HSL148.12º38.1%32.94%-
HSV(B)148.12º55.17%45.49%-
XYZ9.1813.8310.17-
YUV92.99121.898.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 116 (45.70% from 255) = 46.4%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=20.8%
G=46.4%
B=32.8%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52116820.5500.290.55148.1238.132.94
Hex3474523701D37942621
Octal6416412267035672244641
Binary1101001110100101001011011101110111011110010100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347452; }

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

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

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

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

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

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

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

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