#417052

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

Shades of Amazon #417052

Tints of Amazon #417052

Color information

#417052 (or 0x417052) is unknown color: approx Amazon. HEX triplet: 41, 70 and 52. RGB value is (65,112,82). Sum of RGB (Red+Green+Blue) = 65+112+82=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #417052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417052 is #BE8FAD. Grayscale: #5E5E5E. Windows color (decimal): -12488622 or 5402689. OLE color: 5402689.

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

Color convert

RGB6511282-
CMYK0.4200.270.56
HSL141.7º26.55%34.71%-
HSV(B)141.7º41.96%43.92%-
XYZ9.513.3210.05-
YUV94.53120.93106.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.10%
GREEN value IS 112 (44.14% from 255) = 43.24%
BLUE value IS 82 (32.42% from 255) = 31.66%
R=25.10%
G=43.24%
B=31.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65112820.4200.270.56141.726.5534.71
Hex4170522A01B388e1b23
Octal10116012252033702163343
Binary1000001111000010100101010100110111110001000111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417052; }

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

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

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

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

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

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

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

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