Html Css Color HEX #357050 Amazon

📋 copy color: '#357050'

red 53 ◦ green 112 ◦ blue 80

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

Shades of Amazon #357050

Tints of Amazon #357050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.71%

 BLUE value IS 80 (31.64% from 255) = 32.65%

R = 21.63%
G = 45.71%
B = 32.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#357050 (or 0x357050) is known color: Amazon. HEX triplet: 35, 70 and 50. RGB value is (53,112,80). Sum of RGB (Red+Green+Blue) = 53+112+80=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #357050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357050 is #CA8FAF. Grayscale: #5A5A5A. Windows color (decimal): -13275056 or 5271605. OLE color: 5271605.

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

Color convert

RGB 53 112 80 -
CMYK 0.53 0 0.29 0.56
HSL 147.46º 0.36% 0.32% -
HSV(B) 147.46º 0.53% 0.44% -
XYZ 8.71 12.92 9.62 -
YUV 90.71 121.95 101.1 -
System Red Green Blue C M Y K H S L
Decimal 53 112 80 0.53 0 0.29 0.56 147.46 0.36 0.32
Hex 35 70 50 35 0 1D 38 93 24 20
Octal 65 160 120 65 0 35 70 223 44 40
Binary 110101 1110000 1010000 110101 0 11101 111000 10010011 100100 100000

Color Harmonies of #357050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357050

Black with #357050

Text Example


Text Example

White with #357050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357050; }

 p { color: rgb(53,112,80); }

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

background-color css

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

 a { background-color: rgb(53,112,80); }

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

border-color css

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

 span { border-color: rgb(53,112,80); }

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