#417D59

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

Shades of Amazon #417D59

Tints of Amazon #417D59

Color information

#417D59 (or 0x417D59) is unknown color: approx Amazon. HEX triplet: 41, 7D and 59. RGB value is (65,125,89). Sum of RGB (Red+Green+Blue) = 65+125+89=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 125 - color contains mainly: green. Hex color #417D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417D59 is #BE82A6. Grayscale: #676767. Windows color (decimal): -12485287 or 5864769. OLE color: 5864769.

HSL color Cylindrical-coordinate representation of color #417D59: hue angle of 144º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #417D59 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB6512589-
CMYK0.4800.290.51
HSL144º31.58%37.25%-
HSV(B)144º48%49.02%-
XYZ11.3216.5112.04-
YUV102.96120.12100.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.30%
GREEN value IS 125 (49.22% from 255) = 44.80%
BLUE value IS 89 (35.16% from 255) = 31.90%
R=23.30%
G=44.80%
B=31.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65125890.4800.290.5114431.5837.25
Hex417D593001D33902025
Octal10117513160035632204045
Binary10000011111101101100111000001110111001110010000100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417D59; }

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

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

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

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

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

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

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

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