#417553

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

Shades of Amazon #417553

Tints of Amazon #417553

Color information

#417553 (or 0x417553) is unknown color: approx Amazon. HEX triplet: 41, 75 and 53. RGB value is (65,117,83). Sum of RGB (Red+Green+Blue) = 65+117+83=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #417553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417553 is #BE8AAC. Grayscale: #616161. Windows color (decimal): -12487341 or 5469505. OLE color: 5469505.

HSL color Cylindrical-coordinate representation of color #417553: hue angle of 140.77º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417553 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB6511783-
CMYK0.4400.290.54
HSL140.77º28.57%35.69%-
HSV(B)140.77º44.44%45.88%-
XYZ10.114.4710.44-
YUV97.58119.77104.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.53%
GREEN value IS 117 (46.09% from 255) = 44.15%
BLUE value IS 83 (32.81% from 255) = 31.32%
R=24.53%
G=44.15%
B=31.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65117830.4400.290.54140.7728.5735.69
Hex4175532C01D368d1d24
Octal10116512354035662153544
Binary1000001111010110100111011000111011101101000110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417553; }

 p { color: rgb(65,117,83); }

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

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

 a { background-color: rgb(65,117,83); }

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

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

 span { border-color: rgb(65,117,83); }

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