#35815A

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

Shades of Amazon #35815A

Tints of Amazon #35815A

Color information

#35815A (or 0x35815A) is unknown color: approx Amazon. HEX triplet: 35, 81 and 5A. RGB value is (53,129,90). Sum of RGB (Red+Green+Blue) = 53+129+90=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #35815A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35815A is #CA7EA5. Grayscale: #656565. Windows color (decimal): -13270694 or 5931317. OLE color: 5931317.

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

Color convert

RGB5312990-
CMYK0.5900.300.49
HSL149.21º41.76%35.69%-
HSV(B)149.21º58.91%50.59%-
XYZ11.1617.212.4-
YUV101.83121.3293.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.49%
GREEN value IS 129 (50.78% from 255) = 47.43%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=19.49%
G=47.43%
B=33.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53129900.5900.300.49149.2141.7635.69
Hex35815A3B01E31952a24
Octal6520113273036612255244
Binary11010110000001101101011101101111011000110010101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35815A; }

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

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

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

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

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

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

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

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