#357A4B

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

Shades of Amazon #357A4B

Tints of Amazon #357A4B

Color information

#357A4B (or 0x357A4B) is unknown color: approx Amazon. HEX triplet: 35, 7A and 4B. RGB value is (53,122,75). Sum of RGB (Red+Green+Blue) = 53+122+75=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 122 (48.05% from 255 or 48.8% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 122 - color contains mainly: green. Hex color #357A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357A4B is #CA85B4. Grayscale: #606060. Windows color (decimal): -13272501 or 4946485. OLE color: 4946485.

HSL color Cylindrical-coordinate representation of color #357A4B: hue angle of 139.13º 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 #357A4B is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB5312275-
CMYK0.5700.390.52
HSL139.13º39.43%34.31%-
HSV(B)139.13º56.56%47.84%-
XYZ9.715.189.08-
YUV96.01116.1497.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.2%
GREEN value IS 122 (48.05% from 255) = 48.8%
BLUE value IS 75 (29.69% from 255) = 30%
R=21.2%
G=48.8%
B=30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53122750.5700.390.52139.1339.4334.31
Hex357A4B39027348b2722
Octal6517211371047642134742
Binary11010111110101001011111001010011111010010001011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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