Html Css Color HEX #357A5A Amazon

📋 copy color: '#357A5A'

red 53 ◦ green 122 ◦ blue 90

#357A5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #357A5A

Tints of Amazon #357A5A

RGB

 RED value IS 53 (21.09% from 255) = 20%

 GREEN value IS 122 (48.05% from 255) = 46.04%

 BLUE value IS 90 (35.55% from 255) = 33.96%

R = 20%
G = 46.04%
B = 33.96%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#357A5A (or 0x357A5A) is known color: Amazon. HEX triplet: 35, 7A and 5A. RGB value is (53,122,90). Sum of RGB (Red+Green+Blue) = 53+122+90=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 122 - color contains mainly: green. Hex color #357A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357A5A is #CA85A5. Grayscale: #616161. Windows color (decimal): -13272486 or 5929525. OLE color: 5929525.

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

Color convert

RGB 53 122 90 -
CMYK 0.57 0 0.26 0.52
HSL 152.17º 0.39% 0.34% -
HSV(B) 152.17º 0.57% 0.48% -
XYZ 10.27 15.41 12.11 -
YUV 97.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 53 122 90 0.57 0 0.26 0.52 152.17 0.39 0.34
Hex 35 7A 5A 39 0 1A 34 98 27 22
Octal 65 172 132 71 0 32 64 230 47 42
Binary 110101 1111010 1011010 111001 0 11010 110100 10011000 100111 100010

Color Harmonies of #357A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357A5A

Black with #357A5A

Text Example


Text Example

White with #357A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #357A5A;
 }
 .AnyTagClassName
 {
   color: #357A5A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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