#358152

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

Shades of Amazon #358152

Tints of Amazon #358152

Color information

#358152 (or 0x358152) is unknown color: approx Amazon. HEX triplet: 35, 81 and 52. RGB value is (53,129,82). Sum of RGB (Red+Green+Blue) = 53+129+82=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #358152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358152 is #CA7EAD. Grayscale: #656565. Windows color (decimal): -13270702 or 5407029. OLE color: 5407029.

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

Color convert

RGB5312982-
CMYK0.5900.360.49
HSL142.89º41.76%35.69%-
HSV(B)142.89º58.91%50.59%-
XYZ10.8417.0710.71-
YUV100.92117.3293.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.08%
GREEN value IS 129 (50.78% from 255) = 48.86%
BLUE value IS 82 (32.42% from 255) = 31.06%
R=20.08%
G=48.86%
B=31.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53129820.5900.360.49142.8941.7635.69
Hex3581523B024318f2a24
Octal6520112273044612175244
Binary110101100000011010010111011010010011000110001111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358152; }

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

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

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

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

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

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

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

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