Html Css Color HEX #357C5E Amazon

📋 copy color: '#357C5E'

red 53 ◦ green 124 ◦ blue 94

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

Shades of Amazon #357C5E

Tints of Amazon #357C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.69%

R = 19.56%
G = 45.76%
B = 34.69%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#357C5E (or 0x357C5E) is known color: Amazon. HEX triplet: 35, 7C and 5E. RGB value is (53,124,94). Sum of RGB (Red+Green+Blue) = 53+124+94=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 124 - color contains mainly: green. Hex color #357C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C5E is #CA83A1. Grayscale: #636363. Windows color (decimal): -13271970 or 6192181. OLE color: 6192181.

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

Color convert

RGB 53 124 94 -
CMYK 0.57 0 0.24 0.51
HSL 154.65º 0.4% 0.35% -
HSV(B) 154.65º 0.57% 0.49% -
XYZ 10.7 15.98 13.11 -
YUV 99.35 124.98 94.94 -
System Red Green Blue C M Y K H S L
Decimal 53 124 94 0.57 0 0.24 0.51 154.65 0.4 0.35
Hex 35 7C 5E 39 0 18 33 9B 28 23
Octal 65 174 136 71 0 30 63 233 50 43
Binary 110101 1111100 1011110 111001 0 11000 110011 10011011 101000 100011

Color Harmonies of #357C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C5E

Black with #357C5E

Text Example


Text Example

White with #357C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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