#358252

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

Shades of Amazon #358252

Tints of Amazon #358252

Color information

#358252 (or 0x358252) is unknown color: approx Amazon. HEX triplet: 35, 82 and 52. RGB value is (53,130,82). Sum of RGB (Red+Green+Blue) = 53+130+82=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #358252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358252 is #CA7DAD. Grayscale: #656565. Windows color (decimal): -13270446 or 5407285. OLE color: 5407285.

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

Color convert

RGB5313082-
CMYK0.5900.370.49
HSL142.6º42.08%35.88%-
HSV(B)142.6º59.23%50.98%-
XYZ10.9717.3310.75-
YUV101.5116.9993.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 130 (51.17% from 255) = 49.06%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=20%
G=49.06%
B=30.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53130820.5900.370.49142.642.0835.88
Hex3582523B025318f2a24
Octal6520212273045612175244
Binary110101100000101010010111011010010111000110001111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358252; }

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

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

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

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

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

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

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

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