#417C5B

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

Shades of Amazon #417C5B

Tints of Amazon #417C5B

Color information

#417C5B (or 0x417C5B) is unknown color: approx Amazon. HEX triplet: 41, 7C and 5B. RGB value is (65,124,91). Sum of RGB (Red+Green+Blue) = 65+124+91=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #417C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417C5B is #BE83A4. Grayscale: #666666. Windows color (decimal): -12485541 or 5995585. OLE color: 5995585.

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

Color convert

RGB6512491-
CMYK0.4800.270.51
HSL146.44º31.22%37.06%-
HSV(B)146.44º47.58%48.63%-
XYZ11.2816.2912.45-
YUV102.6121.45101.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 124 (48.83% from 255) = 44.29%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=23.21%
G=44.29%
B=32.5%

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
Decimal65124910.4800.270.51146.4431.2237.06
Hex417C5B3001B33921f25
Octal10117413360033632223745
Binary1000001111110010110111100000110111100111001001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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