#357A4C

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

Shades of Amazon #357A4C

Tints of Amazon #357A4C

Color information

#357A4C (or 0x357A4C) is unknown color: approx Amazon. HEX triplet: 35, 7A and 4C. RGB value is (53,122,76). Sum of RGB (Red+Green+Blue) = 53+122+76=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 122 - color contains mainly: green. Hex color #357A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357A4C is #CA85B3. Grayscale: #606060. Windows color (decimal): -13272500 or 5012021. OLE color: 5012021.

HSL color Cylindrical-coordinate representation of color #357A4C: hue angle of 140º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357A4C is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB5312276-
CMYK0.5700.380.52
HSL140º39.43%34.31%-
HSV(B)140º56.56%47.84%-
XYZ9.7315.29.26-
YUV96.12116.6497.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.12%
GREEN value IS 122 (48.05% from 255) = 48.61%
BLUE value IS 76 (30.08% from 255) = 30.28%
R=21.12%
G=48.61%
B=30.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53122760.5700.380.5214039.4334.31
Hex357A4C39026348c2722
Octal6517211471046642144742
Binary11010111110101001100111001010011011010010001100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,122,76); }

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

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

 a { background-color: rgb(53,122,76); }

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

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

 span { border-color: rgb(53,122,76); }

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