Html Css Color HEX #357750 Amazon

📋 copy color: '#357750'

red 53 ◦ green 119 ◦ blue 80

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

Shades of Amazon #357750

Tints of Amazon #357750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.22%

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

R = 21.03%
G = 47.22%
B = 31.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#357750 (or 0x357750) is known color: Amazon. HEX triplet: 35, 77 and 50. RGB value is (53,119,80). Sum of RGB (Red+Green+Blue) = 53+119+80=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #357750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357750 is #CA88AF. Grayscale: #5E5E5E. Windows color (decimal): -13273264 or 5273397. OLE color: 5273397.

HSL color Cylindrical-coordinate representation of color #357750: hue angle of 144.55º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357750 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 119 80 -
CMYK 0.55 0 0.33 0.53
HSL 144.55º 0.38% 0.34% -
HSV(B) 144.55º 0.55% 0.47% -
XYZ 9.51 14.53 9.89 -
YUV 94.82 119.63 98.17 -
System Red Green Blue C M Y K H S L
Decimal 53 119 80 0.55 0 0.33 0.53 144.55 0.38 0.34
Hex 35 77 50 37 0 21 35 91 26 22
Octal 65 167 120 67 0 41 65 221 46 42
Binary 110101 1110111 1010000 110111 0 100001 110101 10010001 100110 100010

Color Harmonies of #357750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357750

Black with #357750

Text Example


Text Example

White with #357750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357750; }

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

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

background-color css

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

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

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

border-color css

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

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

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