#358154

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

Shades of Amazon #358154

Tints of Amazon #358154

Color information

#358154 (or 0x358154) is unknown color: approx Amazon. HEX triplet: 35, 81 and 54. RGB value is (53,129,84). Sum of RGB (Red+Green+Blue) = 53+129+84=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #358154 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358154 is #CA7EAB. Grayscale: #656565. Windows color (decimal): -13270700 or 5538101. OLE color: 5538101.

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

Color convert

RGB5312984-
CMYK0.5900.350.49
HSL144.47º41.76%35.69%-
HSV(B)144.47º58.91%50.59%-
XYZ10.9217.111.11-
YUV101.15118.3293.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 129 (50.78% from 255) = 48.50%
BLUE value IS 84 (33.20% from 255) = 31.58%
R=19.92%
G=48.50%
B=31.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53129840.5900.350.49144.4741.7635.69
Hex3581543B02331902a24
Octal6520112473043612205244
Binary110101100000011010100111011010001111000110010000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358154; }

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

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

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

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

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

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

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

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