#418059

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

Shades of Amazon #418059

Tints of Amazon #418059

Color information

#418059 (or 0x418059) is unknown color: approx Amazon. HEX triplet: 41, 80 and 59. RGB value is (65,128,89). Sum of RGB (Red+Green+Blue) = 65+128+89=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #418059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418059 is #BE7FA6. Grayscale: #686868. Windows color (decimal): -12484519 or 5865537. OLE color: 5865537.

HSL color Cylindrical-coordinate representation of color #418059: hue angle of 142.86º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #418059 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB6512889-
CMYK0.4900.300.50
HSL142.86º32.64%37.84%-
HSV(B)142.86º49.22%50.2%-
XYZ11.717.2812.17-
YUV104.72119.1399.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 128 (50.39% from 255) = 45.39%
BLUE value IS 89 (35.16% from 255) = 31.56%
R=23.05%
G=45.39%
B=31.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65128890.4900.300.50142.8632.6437.84
Hex4180593101E328f2126
Octal10120013161036622174146
Binary100000110000000101100111000101111011001010001111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418059; }

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

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

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

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

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

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

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

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