#417E5E

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

Shades of Amazon #417E5E

Tints of Amazon #417E5E

Color information

#417E5E (or 0x417E5E) is unknown color: approx Amazon. HEX triplet: 41, 7E and 5E. RGB value is (65,126,94). Sum of RGB (Red+Green+Blue) = 65+126+94=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 126 (49.61% from 255 or 44.21% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 126 - color contains mainly: green. Hex color #417E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417E5E is #BE81A1. Grayscale: #686868. Windows color (decimal): -12485026 or 6192705. OLE color: 6192705.

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

Color convert

RGB6512694-
CMYK0.4800.250.51
HSL148.52º31.94%37.45%-
HSV(B)148.52º48.41%49.41%-
XYZ11.6616.8513.23-
YUV104.11122.29100.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 126 (49.61% from 255) = 44.21%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=22.81%
G=44.21%
B=32.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65126940.4800.250.51148.5231.9437.45
Hex417E5E3001933952025
Octal10117613660031632254045
Binary10000011111110101111011000001100111001110010101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,126,94); }

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

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

 a { background-color: rgb(65,126,94); }

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

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

 span { border-color: rgb(65,126,94); }

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