#358147

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

Shades of Amazon #358147

Tints of Amazon #358147

Color information

#358147 (or 0x358147) is unknown color: approx Amazon. HEX triplet: 35, 81 and 47. RGB value is (53,129,71). Sum of RGB (Red+Green+Blue) = 53+129+71=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #358147 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358147 is #CA7EB8. Grayscale: #636363. Windows color (decimal): -13270713 or 4686133. OLE color: 4686133.

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

Color convert

RGB5312971-
CMYK0.5900.450.49
HSL134.21º41.76%35.69%-
HSV(B)134.21º58.91%50.59%-
XYZ10.4616.918.67-
YUV99.66111.8294.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.95%
GREEN value IS 129 (50.78% from 255) = 50.99%
BLUE value IS 71 (28.12% from 255) = 28.06%
R=20.95%
G=50.99%
B=28.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53129710.5900.450.49134.2141.7635.69
Hex3581473B02D31862a24
Octal6520110773055612065244
Binary110101100000011000111111011010110111000110000110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358147; }

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

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

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

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

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

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

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

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