#41895F

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

Shades of Amazon #41895F

Tints of Amazon #41895F

Color information

#41895F (or 0x41895F) is unknown color: approx Amazon. HEX triplet: 41, 89 and 5F. RGB value is (65,137,95). Sum of RGB (Red+Green+Blue) = 65+137+95=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #41895F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41895F is #BE76A0. Grayscale: #6E6E6E. Windows color (decimal): -12482209 or 6261057. OLE color: 6261057.

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

Color convert

RGB6513795-
CMYK0.5300.310.46
HSL145º35.64%39.61%-
HSV(B)145º52.55%53.73%-
XYZ13.1919.8413.96-
YUV110.68119.1595.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.89%
GREEN value IS 137 (53.91% from 255) = 46.13%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=21.89%
G=46.13%
B=31.99%

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
Decimal65137950.5300.310.4614535.6439.61
Hex41895F3501F2E912428
Octal10121113765037562214450
Binary100000110001001101111111010101111110111010010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41895F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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