#357949

Color #357949 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #357949

Tints of Amazon #357949

Color information

#357949 (or 0x357949) is unknown color: approx Amazon. HEX triplet: 35, 79 and 49. RGB value is (53,121,73). Sum of RGB (Red+Green+Blue) = 53+121+73=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 121 - color contains mainly: green. Hex color #357949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357949 is #CA86B6. Grayscale: #5F5F5F. Windows color (decimal): -13272759 or 4815157. OLE color: 4815157.

HSL color Cylindrical-coordinate representation of color #357949: hue angle of 137.65º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357949 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB5312173-
CMYK0.5600.400.53
HSL137.65º39.08%34.12%-
HSV(B)137.65º56.2%47.45%-
XYZ9.5114.918.68-
YUV95.2115.4797.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.46%
GREEN value IS 121 (47.66% from 255) = 48.99%
BLUE value IS 73 (28.91% from 255) = 29.55%
R=21.46%
G=48.99%
B=29.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53121730.5600.400.53137.6539.0834.12
Hex35794938028358a2722
Octal6517111170050652124742
Binary11010111110011001001111000010100011010110001010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357949; }

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

 H1.HeaderClassName
 {
   color: #357949;
 }
 .AnyTagClassName
 {
   color: #357949;
 }
</style>
background-color css

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

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

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

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

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

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