Html Css Color HEX #357149 Amazon

📋 copy color: '#357149'

red 53 ◦ green 113 ◦ blue 73

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

Shades of Amazon #357149

Tints of Amazon #357149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 30.54%

R = 22.18%
G = 47.28%
B = 30.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#357149 (or 0x357149) is known color: Amazon. HEX triplet: 35, 71 and 49. RGB value is (53,113,73). Sum of RGB (Red+Green+Blue) = 53+113+73=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #357149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357149 is #CA8EB6. Grayscale: #5A5A5A. Windows color (decimal): -13274807 or 4813109. OLE color: 4813109.

HSL color Cylindrical-coordinate representation of color #357149: hue angle of 140º 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 #357149 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 113 73 -
CMYK 0.53 0 0.35 0.56
HSL 140º 0.36% 0.33% -
HSV(B) 140º 0.53% 0.44% -
XYZ 8.58 13.05 8.37 -
YUV 90.5 118.12 101.25 -
System Red Green Blue C M Y K H S L
Decimal 53 113 73 0.53 0 0.35 0.56 140 0.36 0.33
Hex 35 71 49 35 0 23 38 8C 24 21
Octal 65 161 111 65 0 43 70 214 44 41
Binary 110101 1110001 1001001 110101 0 100011 111000 10001100 100100 100001

Color Harmonies of #357149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357149

Black with #357149

Text Example


Text Example

White with #357149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357149; }

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

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

background-color css

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

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

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

border-color css

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

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

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