#417055

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

Shades of Amazon #417055

Tints of Amazon #417055

Color information

#417055 (or 0x417055) is unknown color: approx Amazon. HEX triplet: 41, 70 and 55. RGB value is (65,112,85). Sum of RGB (Red+Green+Blue) = 65+112+85=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #417055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417055 is #BE8FAA. Grayscale: #5E5E5E. Windows color (decimal): -12488619 or 5599297. OLE color: 5599297.

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

Color convert

RGB6511285-
CMYK0.4200.240.56
HSL145.53º26.55%34.71%-
HSV(B)145.53º41.96%43.92%-
XYZ9.6113.3710.67-
YUV94.87122.43106.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 85 (33.59% from 255) = 32.44%
R=24.81%
G=42.75%
B=32.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65112850.4200.240.56145.5326.5534.71
Hex4170552A01838921b23
Octal10116012552030702223343
Binary1000001111000010101011010100110001110001001001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417055; }

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

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

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

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

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

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

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

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