#357048

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

Shades of Amazon #357048

Tints of Amazon #357048

Color information

#357048 (or 0x357048) is unknown color: approx Amazon. HEX triplet: 35, 70 and 48. RGB value is (53,112,72). Sum of RGB (Red+Green+Blue) = 53+112+72=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #357048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357048 is #CA8FB7. Grayscale: #595959. Windows color (decimal): -13275064 or 4747317. OLE color: 4747317.

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

Color convert

RGB5311272-
CMYK0.5300.360.56
HSL139.32º35.76%32.35%-
HSV(B)139.32º52.68%43.92%-
XYZ8.4312.818.16-
YUV89.8117.95101.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.36%
GREEN value IS 112 (44.14% from 255) = 47.26%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=22.36%
G=47.26%
B=30.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53112720.5300.360.56139.3235.7632.35
Hex35704835024388b2420
Octal6516011065044702134440
Binary11010111100001001000110101010010011100010001011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357048; }

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

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

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

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

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

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

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

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