Html Css Color HEX #357659 Amazon

📋 copy color: '#357659'

red 53 ◦ green 118 ◦ blue 89

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

Shades of Amazon #357659

Tints of Amazon #357659

RGB

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

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

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

R = 20.38%
G = 45.38%
B = 34.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#357659 (or 0x357659) is known color: Amazon. HEX triplet: 35, 76 and 59. RGB value is (53,118,89). Sum of RGB (Red+Green+Blue) = 53+118+89=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #357659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357659 is #CA89A6. Grayscale: #5F5F5F. Windows color (decimal): -13273511 or 5862965. OLE color: 5862965.

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

Color convert

RGB 53 118 89 -
CMYK 0.55 0 0.25 0.54
HSL 153.23º 0.38% 0.34% -
HSV(B) 153.23º 0.55% 0.46% -
XYZ 9.75 14.44 11.72 -
YUV 95.26 124.47 97.86 -
System Red Green Blue C M Y K H S L
Decimal 53 118 89 0.55 0 0.25 0.54 153.23 0.38 0.34
Hex 35 76 59 37 0 19 36 99 26 22
Octal 65 166 131 67 0 31 66 231 46 42
Binary 110101 1110110 1011001 110111 0 11001 110110 10011001 100110 100010

Color Harmonies of #357659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357659

Black with #357659

Text Example


Text Example

White with #357659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357659; }

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

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

background-color css

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

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

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

border-color css

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

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

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