#418660

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

Shades of Amazon #418660

Tints of Amazon #418660

Color information

#418660 (or 0x418660) is unknown color: approx Amazon. HEX triplet: 41, 86 and 60. RGB value is (65,134,96). Sum of RGB (Red+Green+Blue) = 65+134+96=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #418660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418660 is #BE799F. Grayscale: #6D6D6D. Windows color (decimal): -12482976 or 6325825. OLE color: 6325825.

HSL color Cylindrical-coordinate representation of color #418660: hue angle of 146.96º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418660 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB6513496-
CMYK0.5100.280.47
HSL146.96º34.67%39.02%-
HSV(B)146.96º51.49%52.55%-
XYZ12.8219.0214.06-
YUV109.04120.6496.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.03%
GREEN value IS 134 (52.73% from 255) = 45.42%
BLUE value IS 96 (37.89% from 255) = 32.54%
R=22.03%
G=45.42%
B=32.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65134960.5100.280.47146.9634.6739.02
Hex4186603301C2F932327
Octal10120614063034572234347
Binary100000110000110110000011001101110010111110010011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418660; }

 p { color: rgb(65,134,96); }

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

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

 a { background-color: rgb(65,134,96); }

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

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

 span { border-color: rgb(65,134,96); }

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