#417458

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

Shades of Amazon #417458

Tints of Amazon #417458

Color information

#417458 (or 0x417458) is unknown color: approx Amazon. HEX triplet: 41, 74 and 58. RGB value is (65,116,88). Sum of RGB (Red+Green+Blue) = 65+116+88=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #417458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417458 is #BE8BA7. Grayscale: #616161. Windows color (decimal): -12487592 or 5796929. OLE color: 5796929.

HSL color Cylindrical-coordinate representation of color #417458: hue angle of 147.06º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417458 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB6511688-
CMYK0.4400.240.55
HSL147.06º28.18%35.49%-
HSV(B)147.06º43.97%45.49%-
XYZ10.1914.3211.46-
YUV97.56122.6104.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.16%
GREEN value IS 116 (45.70% from 255) = 43.12%
BLUE value IS 88 (34.77% from 255) = 32.71%
R=24.16%
G=43.12%
B=32.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65116880.4400.240.55147.0628.1835.49
Hex4174582C01837931c23
Octal10116413054030672233443
Binary1000001111010010110001011000110001101111001001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417458; }

 p { color: rgb(65,116,88); }

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

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

 a { background-color: rgb(65,116,88); }

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

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

 span { border-color: rgb(65,116,88); }

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