#41865E

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

Shades of Amazon #41865E

Tints of Amazon #41865E

Color information

#41865E (or 0x41865E) is unknown color: approx Amazon. HEX triplet: 41, 86 and 5E. RGB value is (65,134,94). Sum of RGB (Red+Green+Blue) = 65+134+94=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #41865E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41865E is #BE79A1. Grayscale: #6C6C6C. Windows color (decimal): -12482978 or 6194753. OLE color: 6194753.

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

Color convert

RGB6513494-
CMYK0.5100.300.47
HSL145.22º34.67%39.02%-
HSV(B)145.22º51.49%52.55%-
XYZ12.7318.9813.58-
YUV108.81119.6496.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.18%
GREEN value IS 134 (52.73% from 255) = 45.73%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=22.18%
G=45.73%
B=32.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65134940.5100.300.47145.2234.6739.02
Hex41865E3301E2F912327
Octal10120613663036572214347
Binary100000110000110101111011001101111010111110010001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41865E; }

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

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

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

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

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

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

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

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