Html Css Color HEX #357457 Amazon

📋 copy color: '#357457'

red 53 ◦ green 116 ◦ blue 87

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

Shades of Amazon #357457

Tints of Amazon #357457

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.31%

 BLUE value IS 87 (34.38% from 255) = 33.98%

R = 20.7%
G = 45.31%
B = 33.98%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#357457 (or 0x357457) is known color: Amazon. HEX triplet: 35, 74 and 57. RGB value is (53,116,87). Sum of RGB (Red+Green+Blue) = 53+116+87=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #357457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357457 is #CA8BA8. Grayscale: #5D5D5D. Windows color (decimal): -13274025 or 5731381. OLE color: 5731381.

HSL color Cylindrical-coordinate representation of color #357457: hue angle of 152.38º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #357457 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 116 87 -
CMYK 0.54 0 0.25 0.55
HSL 152.38º 0.37% 0.33% -
HSV(B) 152.38º 0.54% 0.45% -
XYZ 9.43 13.94 11.21 -
YUV 93.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 53 116 87 0.54 0 0.25 0.55 152.38 0.37 0.33
Hex 35 74 57 36 0 19 37 98 25 21
Octal 65 164 127 66 0 31 67 230 45 41
Binary 110101 1110100 1010111 110110 0 11001 110111 10011000 100101 100001

Color Harmonies of #357457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357457

Black with #357457

Text Example


Text Example

White with #357457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357457; }

 p { color: rgb(53,116,87); }

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

background-color css

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

 a { background-color: rgb(53,116,87); }

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

border-color css

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

 span { border-color: rgb(53,116,87); }

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