#347250

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

Shades of Amazon #347250

Tints of Amazon #347250

Color information

#347250 (or 0x347250) is unknown color: approx Amazon. HEX triplet: 34, 72 and 50. RGB value is (52,114,80). Sum of RGB (Red+Green+Blue) = 52+114+80=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #347250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347250 is #CB8DAF. Grayscale: #5B5B5B. Windows color (decimal): -13340080 or 5272116. OLE color: 5272116.

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

Color convert

RGB5211480-
CMYK0.5400.300.55
HSL147.1º37.35%32.55%-
HSV(B)147.1º54.39%44.71%-
XYZ8.8813.349.7-
YUV91.59121.4699.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 114 (44.92% from 255) = 46.34%
BLUE value IS 80 (31.64% from 255) = 32.52%
R=21.14%
G=46.34%
B=32.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52114800.5400.300.55147.137.3532.55
Hex3472503601E37932521
Octal6416212066036672234541
Binary1101001110010101000011011001111011011110010011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347250; }

 p { color: rgb(52,114,80); }

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

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

 a { background-color: rgb(52,114,80); }

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

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

 span { border-color: rgb(52,114,80); }

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