#41895E

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

Shades of Amazon #41895E

Tints of Amazon #41895E

Color information

#41895E (or 0x41895E) is unknown color: approx Amazon. HEX triplet: 41, 89 and 5E. RGB value is (65,137,94). Sum of RGB (Red+Green+Blue) = 65+137+94=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #41895E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41895E is #BE76A1. Grayscale: #6E6E6E. Windows color (decimal): -12482210 or 6195521. OLE color: 6195521.

HSL color Cylindrical-coordinate representation of color #41895E: hue angle of 144.17º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41895E is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB6513794-
CMYK0.5300.310.46
HSL144.17º35.64%39.61%-
HSV(B)144.17º52.55%53.73%-
XYZ13.1519.8213.72-
YUV110.57118.6595.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.96%
GREEN value IS 137 (53.91% from 255) = 46.28%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=21.96%
G=46.28%
B=31.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65137940.5300.310.46144.1735.6439.61
Hex41895E3501F2E902428
Octal10121113665037562204450
Binary100000110001001101111011010101111110111010010000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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