Html Css Color HEX #357C50 Amazon

📋 copy color: '#357C50'

red 53 ◦ green 124 ◦ blue 80

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

Shades of Amazon #357C50

Tints of Amazon #357C50

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.25%

 BLUE value IS 80 (31.64% from 255) = 31.13%

R = 20.62%
G = 48.25%
B = 31.13%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#357C50 (or 0x357C50) is known color: Amazon. HEX triplet: 35, 7C and 50. RGB value is (53,124,80). Sum of RGB (Red+Green+Blue) = 53+124+80=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #357C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C50 is #CA83AF. Grayscale: #616161. Windows color (decimal): -13271984 or 5274677. OLE color: 5274677.

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

Color convert

RGB 53 124 80 -
CMYK 0.57 0 0.35 0.51
HSL 142.82º 0.4% 0.35% -
HSV(B) 142.82º 0.57% 0.49% -
XYZ 10.12 15.75 10.1 -
YUV 97.76 117.98 96.08 -
System Red Green Blue C M Y K H S L
Decimal 53 124 80 0.57 0 0.35 0.51 142.82 0.4 0.35
Hex 35 7C 50 39 0 23 33 8F 28 23
Octal 65 174 120 71 0 43 63 217 50 43
Binary 110101 1111100 1010000 111001 0 100011 110011 10001111 101000 100011

Color Harmonies of #357C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C50

Black with #357C50

Text Example


Text Example

White with #357C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,124,80); }

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

background-color css

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

 a { background-color: rgb(53,124,80); }

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

border-color css

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

 span { border-color: rgb(53,124,80); }

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