#417050

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

Shades of Amazon #417050

Tints of Amazon #417050

Color information

#417050 (or 0x417050) is unknown color: approx Amazon. HEX triplet: 41, 70 and 50. RGB value is (65,112,80). Sum of RGB (Red+Green+Blue) = 65+112+80=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #417050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417050 is #BE8FAF. Grayscale: #5E5E5E. Windows color (decimal): -12488624 or 5271617. OLE color: 5271617.

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

Color convert

RGB6511280-
CMYK0.4200.290.56
HSL139.15º26.55%34.71%-
HSV(B)139.15º41.96%43.92%-
XYZ9.4213.299.66-
YUV94.3119.93107.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.29%
GREEN value IS 112 (44.14% from 255) = 43.58%
BLUE value IS 80 (31.64% from 255) = 31.13%
R=25.29%
G=43.58%
B=31.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65112800.4200.290.56139.1526.5534.71
Hex4170502A01D388b1b23
Octal10116012052035702133343
Binary1000001111000010100001010100111011110001000101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417050; }

 p { color: rgb(65,112,80); }

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

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

 a { background-color: rgb(65,112,80); }

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

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

 span { border-color: rgb(65,112,80); }

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