#417455

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

Shades of Amazon #417455

Tints of Amazon #417455

Color information

#417455 (or 0x417455) is unknown color: approx Amazon. HEX triplet: 41, 74 and 55. RGB value is (65,116,85). Sum of RGB (Red+Green+Blue) = 65+116+85=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #417455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417455 is #BE8BAA. Grayscale: #616161. Windows color (decimal): -12487595 or 5600321. OLE color: 5600321.

HSL color Cylindrical-coordinate representation of color #417455: hue angle of 143.53º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417455 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB6511685-
CMYK0.4400.270.55
HSL143.53º28.18%35.49%-
HSV(B)143.53º43.97%45.49%-
XYZ10.0714.2710.82-
YUV97.22121.1105.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.44%
GREEN value IS 116 (45.70% from 255) = 43.61%
BLUE value IS 85 (33.59% from 255) = 31.95%
R=24.44%
G=43.61%
B=31.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65116850.4400.270.55143.5328.1835.49
Hex4174552C01B37901c23
Octal10116412554033672203443
Binary1000001111010010101011011000110111101111001000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417455; }

 p { color: rgb(65,116,85); }

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

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

 a { background-color: rgb(65,116,85); }

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

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

 span { border-color: rgb(65,116,85); }

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