Html Css Color HEX #357650 Amazon

📋 copy color: '#357650'

red 53 ◦ green 118 ◦ blue 80

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

Shades of Amazon #357650

Tints of Amazon #357650

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.01%

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

R = 21.12%
G = 47.01%
B = 31.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#357650 (or 0x357650) is known color: Amazon. HEX triplet: 35, 76 and 50. RGB value is (53,118,80). Sum of RGB (Red+Green+Blue) = 53+118+80=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #357650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357650 is #CA89AF. Grayscale: #5E5E5E. Windows color (decimal): -13273520 or 5273141. OLE color: 5273141.

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

Color convert

RGB 53 118 80 -
CMYK 0.55 0 0.32 0.54
HSL 144.92º 0.38% 0.34% -
HSV(B) 144.92º 0.55% 0.46% -
XYZ 9.39 14.29 9.85 -
YUV 94.23 119.97 98.59 -
System Red Green Blue C M Y K H S L
Decimal 53 118 80 0.55 0 0.32 0.54 144.92 0.38 0.34
Hex 35 76 50 37 0 20 36 91 26 22
Octal 65 166 120 67 0 40 66 221 46 42
Binary 110101 1110110 1010000 110111 0 100000 110110 10010001 100110 100010

Color Harmonies of #357650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357650

Black with #357650

Text Example


Text Example

White with #357650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357650; }

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

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

background-color css

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

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

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

border-color css

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

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

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