#417056

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

Shades of Amazon #417056

Tints of Amazon #417056

Color information

#417056 (or 0x417056) is unknown color: approx Amazon. HEX triplet: 41, 70 and 56. RGB value is (65,112,86). Sum of RGB (Red+Green+Blue) = 65+112+86=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #417056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417056 is #BE8FA9. Grayscale: #5F5F5F. Windows color (decimal): -12488618 or 5664833. OLE color: 5664833.

HSL color Cylindrical-coordinate representation of color #417056: hue angle of 146.81º 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 #417056 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB6511286-
CMYK0.4200.230.56
HSL146.81º26.55%34.71%-
HSV(B)146.81º41.96%43.92%-
XYZ9.6513.3810.88-
YUV94.98122.93106.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.71%
GREEN value IS 112 (44.14% from 255) = 42.59%
BLUE value IS 86 (33.98% from 255) = 32.70%
R=24.71%
G=42.59%
B=32.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65112860.4200.230.56146.8126.5534.71
Hex4170562A01738931b23
Octal10116012652027702233343
Binary1000001111000010101101010100101111110001001001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417056; }

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

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

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

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

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

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

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

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