Html Css Color HEX #357C5D Amazon

📋 copy color: '#357C5D'

red 53 ◦ green 124 ◦ blue 93

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

Shades of Amazon #357C5D

Tints of Amazon #357C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.44%

R = 19.63%
G = 45.93%
B = 34.44%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#357C5D (or 0x357C5D) is known color: Amazon. HEX triplet: 35, 7C and 5D. RGB value is (53,124,93). Sum of RGB (Red+Green+Blue) = 53+124+93=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 124 - color contains mainly: green. Hex color #357C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C5D is #CA83A2. Grayscale: #636363. Windows color (decimal): -13271971 or 6126645. OLE color: 6126645.

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

Color convert

RGB 53 124 93 -
CMYK 0.57 0 0.25 0.51
HSL 153.8º 0.4% 0.35% -
HSV(B) 153.8º 0.57% 0.49% -
XYZ 10.65 15.96 12.88 -
YUV 99.24 124.48 95.02 -
System Red Green Blue C M Y K H S L
Decimal 53 124 93 0.57 0 0.25 0.51 153.8 0.4 0.35
Hex 35 7C 5D 39 0 19 33 9A 28 23
Octal 65 174 135 71 0 31 63 232 50 43
Binary 110101 1111100 1011101 111001 0 11001 110011 10011010 101000 100011

Color Harmonies of #357C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C5D

Black with #357C5D

Text Example


Text Example

White with #357C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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