#418559

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

Shades of Amazon #418559

Tints of Amazon #418559

Color information

#418559 (or 0x418559) is unknown color: approx Amazon. HEX triplet: 41, 85 and 59. RGB value is (65,133,89). Sum of RGB (Red+Green+Blue) = 65+133+89=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #418559 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418559 is #BE7AA6. Grayscale: #6B6B6B. Windows color (decimal): -12483239 or 5866817. OLE color: 5866817.

HSL color Cylindrical-coordinate representation of color #418559: hue angle of 141.18º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418559 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB6513389-
CMYK0.5100.330.48
HSL141.18º34.34%38.82%-
HSV(B)141.18º51.13%52.16%-
XYZ12.3718.6212.39-
YUV107.65117.4797.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.65%
GREEN value IS 133 (52.34% from 255) = 46.34%
BLUE value IS 89 (35.16% from 255) = 31.01%
R=22.65%
G=46.34%
B=31.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65133890.5100.330.48141.1834.3438.82
Hex41855933021308d2227
Octal10120513163041602154247
Binary1000001100001011011001110011010000111000010001101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418559; }

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

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

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

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

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

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

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

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