#417855

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

Shades of Amazon #417855

Tints of Amazon #417855

Color information

#417855 (or 0x417855) is unknown color: approx Amazon. HEX triplet: 41, 78 and 55. RGB value is (65,120,85). Sum of RGB (Red+Green+Blue) = 65+120+85=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #417855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417855 is #BE87AA. Grayscale: #636363. Windows color (decimal): -12486571 or 5601345. OLE color: 5601345.

HSL color Cylindrical-coordinate representation of color #417855: hue angle of 141.82º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #417855 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB6512085-
CMYK0.4600.290.53
HSL141.82º29.73%36.27%-
HSV(B)141.82º45.83%47.06%-
XYZ10.5415.2110.98-
YUV99.56119.78103.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.07%
GREEN value IS 120 (47.27% from 255) = 44.44%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=24.07%
G=44.44%
B=31.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65120850.4600.290.53141.8229.7336.27
Hex4178552E01D358e1e24
Octal10117012556035652163644
Binary1000001111100010101011011100111011101011000111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417855; }

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

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

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

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

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

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

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

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