#348353

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

Shades of Amazon #348353

Tints of Amazon #348353

Color information

#348353 (or 0x348353) is unknown color: approx Amazon. HEX triplet: 34, 83 and 53. RGB value is (52,131,83). Sum of RGB (Red+Green+Blue) = 52+131+83=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #348353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348353 is #CB7CAC. Grayscale: #666666. Windows color (decimal): -13335725 or 5473076. OLE color: 5473076.

HSL color Cylindrical-coordinate representation of color #348353: hue angle of 143.54º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348353 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB5213183-
CMYK0.6000.370.49
HSL143.54º43.17%35.88%-
HSV(B)143.54º60.31%51.37%-
XYZ11.0917.5910.99-
YUV101.91117.3392.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.55%
GREEN value IS 131 (51.56% from 255) = 49.25%
BLUE value IS 83 (32.81% from 255) = 31.20%
R=19.55%
G=49.25%
B=31.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52131830.6000.370.49143.5443.1735.88
Hex3483533C02531902b24
Octal6420312374045612205344
Binary110100100000111010011111100010010111000110010000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348353; }

 p { color: rgb(52,131,83); }

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

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

 a { background-color: rgb(52,131,83); }

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

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

 span { border-color: rgb(52,131,83); }

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