#418259

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

Shades of Amazon #418259

Tints of Amazon #418259

Color information

#418259 (or 0x418259) is unknown color: approx Amazon. HEX triplet: 41, 82 and 59. RGB value is (65,130,89). Sum of RGB (Red+Green+Blue) = 65+130+89=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #418259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418259 is #BE7DA6. Grayscale: #696969. Windows color (decimal): -12484007 or 5866049. OLE color: 5866049.

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

Color convert

RGB6513089-
CMYK0.5000.320.49
HSL142.15º33.33%38.24%-
HSV(B)142.15º50%50.98%-
XYZ11.9717.8112.26-
YUV105.89118.4798.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=22.89%
G=45.77%
B=31.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65130890.5000.320.49142.1533.3338.24
Hex41825932020318e2126
Octal10120213162040612164146
Binary1000001100000101011001110010010000011000110001110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418259; }

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

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

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

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

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

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

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

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