#357D4A

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

Shades of Amazon #357D4A

Tints of Amazon #357D4A

Color information

#357D4A (or 0x357D4A) is unknown color: approx Amazon. HEX triplet: 35, 7D and 4A. RGB value is (53,125,74). Sum of RGB (Red+Green+Blue) = 53+125+74=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 125 (49.22% from 255 or 49.60% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 125 - color contains mainly: green. Hex color #357D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357D4A is #CA82B5. Grayscale: #616161. Windows color (decimal): -13271734 or 4881717. OLE color: 4881717.

HSL color Cylindrical-coordinate representation of color #357D4A: hue angle of 137.5º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357D4A is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB5312574-
CMYK0.5800.410.51
HSL137.5º40.45%34.9%-
HSV(B)137.5º57.6%49.02%-
XYZ10.0415.929.02-
YUV97.66114.6596.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 125 (49.22% from 255) = 49.60%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=21.03%
G=49.60%
B=29.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53125740.5800.410.51137.540.4534.9
Hex357D4A3A029338a2823
Octal6517511272051632125043
Binary11010111111011001010111010010100111001110001010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357D4A; }

 p { color: rgb(53,125,74); }

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

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

 a { background-color: rgb(53,125,74); }

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

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

 span { border-color: rgb(53,125,74); }

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