#41815C

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

Shades of Amazon #41815C

Tints of Amazon #41815C

Color information

#41815C (or 0x41815C) is unknown color: approx Amazon. HEX triplet: 41, 81 and 5C. RGB value is (65,129,92). Sum of RGB (Red+Green+Blue) = 65+129+92=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #41815C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41815C is #BE7EA3. Grayscale: #696969. Windows color (decimal): -12484260 or 6062401. OLE color: 6062401.

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

Color convert

RGB6512992-
CMYK0.5000.290.49
HSL145.31º32.99%38.04%-
HSV(B)145.31º49.61%50.59%-
XYZ11.9617.612.89-
YUV105.65120.399.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.73%
GREEN value IS 129 (50.78% from 255) = 45.10%
BLUE value IS 92 (36.33% from 255) = 32.17%
R=22.73%
G=45.10%
B=32.17%

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
Decimal65129920.5000.290.49145.3132.9938.04
Hex41815C3201D31912126
Octal10120113462035612214146
Binary100000110000001101110011001001110111000110010001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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