#41885E

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

Shades of Amazon #41885E

Tints of Amazon #41885E

Color information

#41885E (or 0x41885E) is unknown color: approx Amazon. HEX triplet: 41, 88 and 5E. RGB value is (65,136,94). Sum of RGB (Red+Green+Blue) = 65+136+94=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #41885E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41885E is #BE77A1. Grayscale: #6E6E6E. Windows color (decimal): -12482466 or 6195265. OLE color: 6195265.

HSL color Cylindrical-coordinate representation of color #41885E: hue angle of 144.51º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41885E is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB6513694-
CMYK0.5200.310.47
HSL144.51º35.32%39.41%-
HSV(B)144.51º52.21%53.33%-
XYZ1319.5413.68-
YUV109.98118.9895.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.03%
GREEN value IS 136 (53.52% from 255) = 46.10%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=22.03%
G=46.10%
B=31.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65136940.5200.310.47144.5135.3239.41
Hex41885E3401F2F912327
Octal10121013664037572214347
Binary100000110001000101111011010001111110111110010001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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