Html Css Color HEX #357249 Amazon

📋 copy color: '#357249'

red 53 ◦ green 114 ◦ blue 73

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

Shades of Amazon #357249

Tints of Amazon #357249

RGB

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

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

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

R = 22.08%
G = 47.5%
B = 30.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#357249 (or 0x357249) is known color: Amazon. HEX triplet: 35, 72 and 49. RGB value is (53,114,73). Sum of RGB (Red+Green+Blue) = 53+114+73=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #357249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357249 is #CA8DB6. Grayscale: #5B5B5B. Windows color (decimal): -13274551 or 4813365. OLE color: 4813365.

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

Color convert

RGB 53 114 73 -
CMYK 0.54 0 0.36 0.55
HSL 139.67º 0.37% 0.33% -
HSV(B) 139.67º 0.54% 0.45% -
XYZ 8.69 13.27 8.41 -
YUV 91.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 53 114 73 0.54 0 0.36 0.55 139.67 0.37 0.33
Hex 35 72 49 36 0 24 37 8C 25 21
Octal 65 162 111 66 0 44 67 214 45 41
Binary 110101 1110010 1001001 110110 0 100100 110111 10001100 100101 100001

Color Harmonies of #357249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357249

Black with #357249

Text Example


Text Example

White with #357249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357249; }

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

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

background-color css

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

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

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

border-color css

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

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

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