Html Css Color HEX #357C4D Amazon

📋 copy color: '#357C4D'

red 53 ◦ green 124 ◦ blue 77

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

Shades of Amazon #357C4D

Tints of Amazon #357C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 20.87%
G = 48.82%
B = 30.31%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#357C4D (or 0x357C4D) is known color: Amazon. HEX triplet: 35, 7C and 4D. RGB value is (53,124,77). Sum of RGB (Red+Green+Blue) = 53+124+77=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 124 (48.83% from 255 or 48.82% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 124 - color contains mainly: green. Hex color #357C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C4D is #CA83B2. Grayscale: #616161. Windows color (decimal): -13271987 or 5078069. OLE color: 5078069.

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

Color convert

RGB 53 124 77 -
CMYK 0.57 0 0.38 0.51
HSL 140.28º 0.4% 0.35% -
HSV(B) 140.28º 0.57% 0.49% -
XYZ 10.02 15.71 9.53 -
YUV 97.41 116.48 96.32 -
System Red Green Blue C M Y K H S L
Decimal 53 124 77 0.57 0 0.38 0.51 140.28 0.4 0.35
Hex 35 7C 4D 39 0 26 33 8C 28 23
Octal 65 174 115 71 0 46 63 214 50 43
Binary 110101 1111100 1001101 111001 0 100110 110011 10001100 101000 100011

Color Harmonies of #357C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C4D

Black with #357C4D

Text Example


Text Example

White with #357C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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