#417C5F

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

Shades of Amazon #417C5F

Tints of Amazon #417C5F

Color information

#417C5F (or 0x417C5F) is unknown color: approx Amazon. HEX triplet: 41, 7C and 5F. RGB value is (65,124,95). Sum of RGB (Red+Green+Blue) = 65+124+95=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 124 - color contains mainly: green. Hex color #417C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417C5F is #BE83A0. Grayscale: #676767. Windows color (decimal): -12485537 or 6257729. OLE color: 6257729.

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

Color convert

RGB6512495-
CMYK0.4800.230.51
HSL150.51º31.22%37.06%-
HSV(B)150.51º47.58%48.63%-
XYZ11.4516.3713.38-
YUV103.05123.45100.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 124 (48.83% from 255) = 43.66%
BLUE value IS 95 (37.5% from 255) = 33.45%
R=22.89%
G=43.66%
B=33.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65124950.4800.230.51150.5131.2237.06
Hex417C5F3001733971f25
Octal10117413760027632273745
Binary1000001111110010111111100000101111100111001011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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