Html Css Color HEX #357257 Amazon

📋 copy color: '#357257'

red 53 ◦ green 114 ◦ blue 87

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

Shades of Amazon #357257

Tints of Amazon #357257

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.88%

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

R = 20.87%
G = 44.88%
B = 34.25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#357257 (or 0x357257) is known color: Amazon. HEX triplet: 35, 72 and 57. RGB value is (53,114,87). Sum of RGB (Red+Green+Blue) = 53+114+87=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #357257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357257 is #CA8DA8. Grayscale: #5C5C5C. Windows color (decimal): -13274537 or 5730869. OLE color: 5730869.

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

Color convert

RGB 53 114 87 -
CMYK 0.54 0 0.24 0.55
HSL 153.44º 0.37% 0.33% -
HSV(B) 153.44º 0.54% 0.45% -
XYZ 9.21 13.48 11.13 -
YUV 92.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 53 114 87 0.54 0 0.24 0.55 153.44 0.37 0.33
Hex 35 72 57 36 0 18 37 99 25 21
Octal 65 162 127 66 0 30 67 231 45 41
Binary 110101 1110010 1010111 110110 0 11000 110111 10011001 100101 100001

Color Harmonies of #357257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357257

Black with #357257

Text Example


Text Example

White with #357257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357257; }

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

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

background-color css

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

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

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

border-color css

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

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

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