#357045

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

Shades of Amazon #357045

Tints of Amazon #357045

Color information

#357045 (or 0x357045) is unknown color: approx Amazon. HEX triplet: 35, 70 and 45. RGB value is (53,112,69). Sum of RGB (Red+Green+Blue) = 53+112+69=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #357045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357045 is #CA8FBA. Grayscale: #595959. Windows color (decimal): -13275067 or 4550709. OLE color: 4550709.

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

Color convert

RGB5311269-
CMYK0.5300.380.56
HSL136.27º35.76%32.35%-
HSV(B)136.27º52.68%43.92%-
XYZ8.3412.777.66-
YUV89.46116.45102-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.65%
GREEN value IS 112 (44.14% from 255) = 47.86%
BLUE value IS 69 (27.34% from 255) = 29.49%
R=22.65%
G=47.86%
B=29.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53112690.5300.380.56136.2735.7632.35
Hex3570453502638882420
Octal6516010565046702104440
Binary11010111100001000101110101010011011100010001000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357045; }

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

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

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

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

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

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

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

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