#417F55

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

Shades of Amazon #417F55

Tints of Amazon #417F55

Color information

#417F55 (or 0x417F55) is unknown color: approx Amazon. HEX triplet: 41, 7F and 55. RGB value is (65,127,85). Sum of RGB (Red+Green+Blue) = 65+127+85=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 127 - color contains mainly: green. Hex color #417F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417F55 is #BE80AA. Grayscale: #676767. Windows color (decimal): -12484779 or 5603137. OLE color: 5603137.

HSL color Cylindrical-coordinate representation of color #417F55: hue angle of 139.35º 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 #417F55 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB6512785-
CMYK0.4900.330.50
HSL139.35º32.29%37.65%-
HSV(B)139.35º48.82%49.8%-
XYZ11.4116.9611.27-
YUV103.67117.46100.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.47%
GREEN value IS 127 (50% from 255) = 45.85%
BLUE value IS 85 (33.59% from 255) = 30.69%
R=23.47%
G=45.85%
B=30.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65127850.4900.330.50139.3532.2937.65
Hex417F5531021328b2026
Octal10117712561041622134046
Binary100000111111111010101110001010000111001010001011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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