#417F5D

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

Shades of Amazon #417F5D

Tints of Amazon #417F5D

Color information

#417F5D (or 0x417F5D) is unknown color: approx Amazon. HEX triplet: 41, 7F and 5D. RGB value is (65,127,93). Sum of RGB (Red+Green+Blue) = 65+127+93=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 127 - color contains mainly: green. Hex color #417F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417F5D is #BE80A2. Grayscale: #686868. Windows color (decimal): -12484771 or 6127425. OLE color: 6127425.

HSL color Cylindrical-coordinate representation of color #417F5D: hue angle of 147.1º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #417F5D is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB6512793-
CMYK0.4900.270.50
HSL147.1º32.29%37.65%-
HSV(B)147.1º48.82%49.8%-
XYZ11.7517.0913.04-
YUV104.59121.4699.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 127 (50% from 255) = 44.56%
BLUE value IS 93 (36.72% from 255) = 32.63%
R=22.81%
G=44.56%
B=32.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65127930.4900.270.50147.132.2937.65
Hex417F5D3101B32932026
Octal10117713561033622234046
Binary10000011111111101110111000101101111001010010011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,127,93); }

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

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

 a { background-color: rgb(65,127,93); }

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

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

 span { border-color: rgb(65,127,93); }

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