Html Css Color HEX #357157 Amazon

📋 copy color: '#357157'

red 53 ◦ green 113 ◦ blue 87

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

Shades of Amazon #357157

Tints of Amazon #357157

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.66%

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

R = 20.95%
G = 44.66%
B = 34.39%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#357157 (or 0x357157) is known color: Amazon. HEX triplet: 35, 71 and 57. RGB value is (53,113,87). Sum of RGB (Red+Green+Blue) = 53+113+87=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #357157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357157 is #CA8EA8. Grayscale: #5C5C5C. Windows color (decimal): -13274793 or 5730613. OLE color: 5730613.

HSL color Cylindrical-coordinate representation of color #357157: hue angle of 154º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357157 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 113 87 -
CMYK 0.53 0 0.23 0.56
HSL 154º 0.36% 0.33% -
HSV(B) 154º 0.53% 0.44% -
XYZ 9.09 13.26 11.1 -
YUV 92.1 125.12 100.11 -
System Red Green Blue C M Y K H S L
Decimal 53 113 87 0.53 0 0.23 0.56 154 0.36 0.33
Hex 35 71 57 35 0 17 38 9A 24 21
Octal 65 161 127 65 0 27 70 232 44 41
Binary 110101 1110001 1010111 110101 0 10111 111000 10011010 100100 100001

Color Harmonies of #357157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357157

Black with #357157

Text Example


Text Example

White with #357157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357157; }

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

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

background-color css

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

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

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

border-color css

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

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

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