#357C44

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

Shades of Amazon #357C44

Tints of Amazon #357C44

Color information

#357C44 (or 0x357C44) is unknown color: approx Amazon. HEX triplet: 35, 7C and 44. RGB value is (53,124,68). Sum of RGB (Red+Green+Blue) = 53+124+68=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #357C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C44 is #CA83BB. Grayscale: #606060. Windows color (decimal): -13271996 or 4488245. OLE color: 4488245.

HSL color Cylindrical-coordinate representation of color #357C44: hue angle of 132.68º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C44 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB5312468-
CMYK0.5700.450.51
HSL132.68º40.11%34.71%-
HSV(B)132.68º57.26%48.63%-
XYZ9.7215.597.97-
YUV96.39111.9897.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.63%
GREEN value IS 124 (48.83% from 255) = 50.61%
BLUE value IS 68 (26.95% from 255) = 27.76%
R=21.63%
G=50.61%
B=27.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53124680.5700.450.51132.6840.1134.71
Hex357C443902D33852823
Octal6517410471055632055043
Binary11010111111001000100111001010110111001110000101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357C44; }

 p { color: rgb(53,124,68); }

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

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

 a { background-color: rgb(53,124,68); }

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

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

 span { border-color: rgb(53,124,68); }

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