#418662

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

Shades of Amazon #418662

Tints of Amazon #418662

Color information

#418662 (or 0x418662) is unknown color: approx Amazon. HEX triplet: 41, 86 and 62. RGB value is (65,134,98). Sum of RGB (Red+Green+Blue) = 65+134+98=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #418662 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418662 is #BE799D. Grayscale: #6D6D6D. Windows color (decimal): -12482974 or 6456897. OLE color: 6456897.

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

Color convert

RGB6513498-
CMYK0.5100.270.47
HSL148.7º34.67%39.02%-
HSV(B)148.7º51.49%52.55%-
XYZ12.9119.0614.55-
YUV109.26121.6496.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.89%
GREEN value IS 134 (52.73% from 255) = 45.12%
BLUE value IS 98 (38.67% from 255) = 33.00%
R=21.89%
G=45.12%
B=33.00%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65134980.5100.270.47148.734.6739.02
Hex4186623301B2F952327
Octal10120614263033572254347
Binary100000110000110110001011001101101110111110010101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418662; }

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

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

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

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

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

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

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

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