#417D5B

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

Shades of Amazon #417D5B

Tints of Amazon #417D5B

Color information

#417D5B (or 0x417D5B) is unknown color: approx Amazon. HEX triplet: 41, 7D and 5B. RGB value is (65,125,91). Sum of RGB (Red+Green+Blue) = 65+125+91=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 125 - color contains mainly: green. Hex color #417D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417D5B is #BE82A4. Grayscale: #676767. Windows color (decimal): -12485285 or 5995841. OLE color: 5995841.

HSL color Cylindrical-coordinate representation of color #417D5B: hue angle of 146º 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 #417D5B is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB6512591-
CMYK0.4800.270.51
HSL146º31.58%37.25%-
HSV(B)146º48%49.02%-
XYZ11.416.5512.49-
YUV103.18121.12100.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.13%
GREEN value IS 125 (49.22% from 255) = 44.48%
BLUE value IS 91 (35.94% from 255) = 32.38%
R=23.13%
G=44.48%
B=32.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65125910.4800.270.5114631.5837.25
Hex417D5B3001B33922025
Octal10117513360033632224045
Binary10000011111101101101111000001101111001110010010100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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