#358054

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

Shades of Amazon #358054

Tints of Amazon #358054

Color information

#358054 (or 0x358054) is unknown color: approx Amazon. HEX triplet: 35, 80 and 54. RGB value is (53,128,84). Sum of RGB (Red+Green+Blue) = 53+128+84=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #358054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358054 is #CA7FAB. Grayscale: #646464. Windows color (decimal): -13270956 or 5537845. OLE color: 5537845.

HSL color Cylindrical-coordinate representation of color #358054: hue angle of 144.8º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358054 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB5312884-
CMYK0.5900.340.50
HSL144.8º41.44%35.49%-
HSV(B)144.8º58.59%50.2%-
XYZ10.7916.8411.07-
YUV100.56118.6594.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 128 (50.39% from 255) = 48.30%
BLUE value IS 84 (33.20% from 255) = 31.70%
R=20%
G=48.30%
B=31.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53128840.5900.340.50144.841.4435.49
Hex3580543B02232912923
Octal6520012473042622215143
Binary110101100000001010100111011010001011001010010001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358054; }

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

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

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

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

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

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

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

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