#358256

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

Shades of Amazon #358256

Tints of Amazon #358256

Color information

#358256 (or 0x358256) is unknown color: approx Amazon. HEX triplet: 35, 82 and 56. RGB value is (53,130,86). Sum of RGB (Red+Green+Blue) = 53+130+86=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #358256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358256 is #CA7DA9. Grayscale: #666666. Windows color (decimal): -13270442 or 5669429. OLE color: 5669429.

HSL color Cylindrical-coordinate representation of color #358256: hue angle of 145.71º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358256 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB5313086-
CMYK0.5900.340.49
HSL145.71º42.08%35.88%-
HSV(B)145.71º59.23%50.98%-
XYZ11.1317.3911.57-
YUV101.96118.9993.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 86 (33.98% from 255) = 31.97%
R=19.70%
G=48.33%
B=31.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53130860.5900.340.49145.7142.0835.88
Hex3582563B02231922a24
Octal6520212673042612225244
Binary110101100000101010110111011010001011000110010010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358256; }

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

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

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

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

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

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

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

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