#416E56

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

Shades of Amazon #416E56

Tints of Amazon #416E56

Color information

#416E56 (or 0x416E56) is unknown color: approx Amazon. HEX triplet: 41, 6E and 56. RGB value is (65,110,86). Sum of RGB (Red+Green+Blue) = 65+110+86=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 110 - color contains mainly: green. Hex color #416E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416E56 is #BE91A9. Grayscale: #5D5D5D. Windows color (decimal): -12489130 or 5664321. OLE color: 5664321.

HSL color Cylindrical-coordinate representation of color #416E56: hue angle of 148º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #416E56 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB6511086-
CMYK0.4100.220.57
HSL148º25.71%34.31%-
HSV(B)148º40.91%43.14%-
XYZ9.4412.9510.81-
YUV93.81123.59107.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.90%
GREEN value IS 110 (43.36% from 255) = 42.15%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=24.90%
G=42.15%
B=32.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65110860.4100.220.5714825.7134.31
Hex416E562901639941a22
Octal10115612651026712243242
Binary1000001110111010101101010010101101110011001010011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416E56; }

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

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

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

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

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

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

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

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