#418659

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

Shades of Amazon #418659

Tints of Amazon #418659

Color information

#418659 (or 0x418659) is unknown color: approx Amazon. HEX triplet: 41, 86 and 59. RGB value is (65,134,89). Sum of RGB (Red+Green+Blue) = 65+134+89=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #418659 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418659 is #BE79A6. Grayscale: #6C6C6C. Windows color (decimal): -12482983 or 5867073. OLE color: 5867073.

HSL color Cylindrical-coordinate representation of color #418659: hue angle of 140.87º 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 #418659 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB6513489-
CMYK0.5100.340.47
HSL140.87º34.67%39.02%-
HSV(B)140.87º51.49%52.55%-
XYZ12.5118.912.44-
YUV108.24117.1497.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.57%
GREEN value IS 134 (52.73% from 255) = 46.53%
BLUE value IS 89 (35.16% from 255) = 30.90%
R=22.57%
G=46.53%
B=30.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65134890.5100.340.47140.8734.6739.02
Hex418659330222F8d2327
Octal10120613163042572154347
Binary1000001100001101011001110011010001010111110001101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418659; }

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

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

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

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

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

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

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

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