#417459

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

Shades of Amazon #417459

Tints of Amazon #417459

Color information

#417459 (or 0x417459) is unknown color: approx Amazon. HEX triplet: 41, 74 and 59. RGB value is (65,116,89). Sum of RGB (Red+Green+Blue) = 65+116+89=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 116 - color contains mainly: green. Hex color #417459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417459 is #BE8BA6. Grayscale: #616161. Windows color (decimal): -12487591 or 5862465. OLE color: 5862465.

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

Color convert

RGB6511689-
CMYK0.4400.230.55
HSL148.24º28.18%35.49%-
HSV(B)148.24º43.97%45.49%-
XYZ10.2314.3411.68-
YUV97.67123.1104.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.07%
GREEN value IS 116 (45.70% from 255) = 42.96%
BLUE value IS 89 (35.16% from 255) = 32.96%
R=24.07%
G=42.96%
B=32.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65116890.4400.230.55148.2428.1835.49
Hex4174592C01737941c23
Octal10116413154027672243443
Binary1000001111010010110011011000101111101111001010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417459; }

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

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

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

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

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

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

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

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