#357648

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

Shades of Amazon #357648

Tints of Amazon #357648

Color information

#357648 (or 0x357648) is unknown color: approx Amazon. HEX triplet: 35, 76 and 48. RGB value is (53,118,72). Sum of RGB (Red+Green+Blue) = 53+118+72=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #357648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357648 is #CA89B7. Grayscale: #5D5D5D. Windows color (decimal): -13273528 or 4748853. OLE color: 4748853.

HSL color Cylindrical-coordinate representation of color #357648: hue angle of 137.54º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357648 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB5311872-
CMYK0.5500.390.54
HSL137.54º38.01%33.53%-
HSV(B)137.54º55.08%46.27%-
XYZ9.1214.188.39-
YUV93.32115.9799.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 118 (46.48% from 255) = 48.56%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=21.81%
G=48.56%
B=29.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53118720.5500.390.54137.5438.0133.53
Hex35764837027368a2622
Octal6516611067047662124642
Binary11010111101101001000110111010011111011010001010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357648; }

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

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

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

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

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

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

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

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