#348256

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

Shades of Amazon #348256

Tints of Amazon #348256

Color information

#348256 (or 0x348256) is unknown color: approx Amazon. HEX triplet: 34, 82 and 56. RGB value is (52,130,86). Sum of RGB (Red+Green+Blue) = 52+130+86=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #348256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348256 is #CB7DA9. Grayscale: #656565. Windows color (decimal): -13335978 or 5669428. OLE color: 5669428.

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

Color convert

RGB5213086-
CMYK0.6000.340.49
HSL146.15º42.86%35.69%-
HSV(B)146.15º60%50.98%-
XYZ11.0817.3711.57-
YUV101.66119.1692.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.40%
GREEN value IS 130 (51.17% from 255) = 48.51%
BLUE value IS 86 (33.98% from 255) = 32.09%
R=19.40%
G=48.51%
B=32.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52130860.6000.340.49146.1542.8635.69
Hex3482563C02231922b24
Octal6420212674042612225344
Binary110100100000101010110111100010001011000110010010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348256; }

 p { color: rgb(52,130,86); }

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

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

 a { background-color: rgb(52,130,86); }

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

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

 span { border-color: rgb(52,130,86); }

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