#417355

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

Shades of Amazon #417355

Tints of Amazon #417355

Color information

#417355 (or 0x417355) is unknown color: approx Amazon. HEX triplet: 41, 73 and 55. RGB value is (65,115,85). Sum of RGB (Red+Green+Blue) = 65+115+85=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #417355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417355 is #BE8CAA. Grayscale: #606060. Windows color (decimal): -12487851 or 5600065. OLE color: 5600065.

HSL color Cylindrical-coordinate representation of color #417355: hue angle of 144º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #417355 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB6511585-
CMYK0.4300.260.55
HSL144º27.78%35.29%-
HSV(B)144º43.48%45.1%-
XYZ9.9514.0410.78-
YUV96.63121.44105.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.53%
GREEN value IS 115 (45.31% from 255) = 43.40%
BLUE value IS 85 (33.59% from 255) = 32.08%
R=24.53%
G=43.40%
B=32.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65115850.4300.260.5514427.7835.29
Hex4173552B01A37901c23
Octal10116312553032672203443
Binary1000001111001110101011010110110101101111001000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417355; }

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

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

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

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

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

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

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

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