#41815F

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

Shades of Amazon #41815F

Tints of Amazon #41815F

Color information

#41815F (or 0x41815F) is unknown color: approx Amazon. HEX triplet: 41, 81 and 5F. RGB value is (65,129,95). Sum of RGB (Red+Green+Blue) = 65+129+95=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #41815F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41815F is #BE7EA0. Grayscale: #6A6A6A. Windows color (decimal): -12484257 or 6259009. OLE color: 6259009.

HSL color Cylindrical-coordinate representation of color #41815F: hue angle of 148.12º 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 #41815F is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB6512995-
CMYK0.5000.260.49
HSL148.12º32.99%38.04%-
HSV(B)148.12º49.61%50.59%-
XYZ12.117.6513.6-
YUV105.99121.898.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.49%
GREEN value IS 129 (50.78% from 255) = 44.64%
BLUE value IS 95 (37.5% from 255) = 32.87%
R=22.49%
G=44.64%
B=32.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65129950.5000.260.49148.1232.9938.04
Hex41815F3201A31942126
Octal10120113762032612244146
Binary100000110000001101111111001001101011000110010100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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