#348352

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

Shades of Amazon #348352

Tints of Amazon #348352

Color information

#348352 (or 0x348352) is unknown color: approx Amazon. HEX triplet: 34, 83 and 52. RGB value is (52,131,82). Sum of RGB (Red+Green+Blue) = 52+131+82=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #348352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348352 is #CB7CAD. Grayscale: #656565. Windows color (decimal): -13335726 or 5407540. OLE color: 5407540.

HSL color Cylindrical-coordinate representation of color #348352: hue angle of 142.78º 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 #348352 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB5213182-
CMYK0.6000.370.49
HSL142.78º43.17%35.88%-
HSV(B)142.78º60.31%51.37%-
XYZ11.0617.5710.79-
YUV101.79116.8392.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 131 (51.56% from 255) = 49.43%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=19.62%
G=49.43%
B=30.94%

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
Decimal52131820.6000.370.49142.7843.1735.88
Hex3483523C025318f2b24
Octal6420312274045612175344
Binary110100100000111010010111100010010111000110001111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348352; }

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

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

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

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

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

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

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

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