Html Css Color HEX #357759 Amazon

📋 copy color: '#357759'

red 53 ◦ green 119 ◦ blue 89

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

Shades of Amazon #357759

Tints of Amazon #357759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 34.1%

R = 20.31%
G = 45.59%
B = 34.1%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#357759 (or 0x357759) is known color: Amazon. HEX triplet: 35, 77 and 59. RGB value is (53,119,89). Sum of RGB (Red+Green+Blue) = 53+119+89=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #357759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357759 is #CA88A6. Grayscale: #5F5F5F. Windows color (decimal): -13273255 or 5863221. OLE color: 5863221.

HSL color Cylindrical-coordinate representation of color #357759: hue angle of 152.73º 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 #357759 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 119 89 -
CMYK 0.55 0 0.25 0.53
HSL 152.73º 0.38% 0.34% -
HSV(B) 152.73º 0.55% 0.47% -
XYZ 9.87 14.67 11.76 -
YUV 95.85 124.13 97.44 -
System Red Green Blue C M Y K H S L
Decimal 53 119 89 0.55 0 0.25 0.53 152.73 0.38 0.34
Hex 35 77 59 37 0 19 35 99 26 22
Octal 65 167 131 67 0 31 65 231 46 42
Binary 110101 1110111 1011001 110111 0 11001 110101 10011001 100110 100010

Color Harmonies of #357759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357759

Black with #357759

Text Example


Text Example

White with #357759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357759; }

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

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

background-color css

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

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

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

border-color css

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

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

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