#417555

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

Shades of Amazon #417555

Tints of Amazon #417555

Color information

#417555 (or 0x417555) is unknown color: approx Amazon. HEX triplet: 41, 75 and 55. RGB value is (65,117,85). Sum of RGB (Red+Green+Blue) = 65+117+85=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #417555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417555 is #BE8AAA. Grayscale: #616161. Windows color (decimal): -12487339 or 5600577. OLE color: 5600577.

HSL color Cylindrical-coordinate representation of color #417555: hue angle of 143.08º 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 #417555 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB6511785-
CMYK0.4400.270.54
HSL143.08º28.57%35.69%-
HSV(B)143.08º44.44%45.88%-
XYZ10.1814.510.86-
YUV97.8120.77104.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.34%
GREEN value IS 117 (46.09% from 255) = 43.82%
BLUE value IS 85 (33.59% from 255) = 31.84%
R=24.34%
G=43.82%
B=31.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65117850.4400.270.54143.0828.5735.69
Hex4175552C01B368f1d24
Octal10116512554033662173544
Binary1000001111010110101011011000110111101101000111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417555; }

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

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

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

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

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

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

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

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