#41895B

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

Shades of Amazon #41895B

Tints of Amazon #41895B

Color information

#41895B (or 0x41895B) is unknown color: approx Amazon. HEX triplet: 41, 89 and 5B. RGB value is (65,137,91). Sum of RGB (Red+Green+Blue) = 65+137+91=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #41895B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41895B is #BE76A4. Grayscale: #6E6E6E. Windows color (decimal): -12482213 or 5998913. OLE color: 5998913.

HSL color Cylindrical-coordinate representation of color #41895B: hue angle of 141.67º 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 #41895B is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB6513791-
CMYK0.5300.340.46
HSL141.67º35.64%39.61%-
HSV(B)141.67º52.55%53.73%-
XYZ13.0119.7713.03-
YUV110.23117.1595.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.18%
GREEN value IS 137 (53.91% from 255) = 46.76%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=22.18%
G=46.76%
B=31.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65137910.5300.340.46141.6735.6439.61
Hex41895B350222E8e2428
Octal10121113365042562164450
Binary1000001100010011011011110101010001010111010001110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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