#41815B

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

Shades of Amazon #41815B

Tints of Amazon #41815B

Color information

#41815B (or 0x41815B) is unknown color: approx Amazon. HEX triplet: 41, 81 and 5B. RGB value is (65,129,91). Sum of RGB (Red+Green+Blue) = 65+129+91=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #41815B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41815B is #BE7EA4. Grayscale: #696969. Windows color (decimal): -12484261 or 5996865. OLE color: 5996865.

HSL color Cylindrical-coordinate representation of color #41815B: hue angle of 144.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41815B is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB6512991-
CMYK0.5000.290.49
HSL144.38º32.99%38.04%-
HSV(B)144.38º49.61%50.59%-
XYZ11.9217.5812.66-
YUV105.53119.899.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 129 (50.78% from 255) = 45.26%
BLUE value IS 91 (35.94% from 255) = 31.93%
R=22.81%
G=45.26%
B=31.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65129910.5000.290.49144.3832.9938.04
Hex41815B3201D31902126
Octal10120113362035612204146
Binary100000110000001101101111001001110111000110010000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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