#41855D

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

Shades of Amazon #41855D

Tints of Amazon #41855D

Color information

#41855D (or 0x41855D) is unknown color: approx Amazon. HEX triplet: 41, 85 and 5D. RGB value is (65,133,93). Sum of RGB (Red+Green+Blue) = 65+133+93=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #41855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41855D is #BE7AA2. Grayscale: #6C6C6C. Windows color (decimal): -12483235 or 6128961. OLE color: 6128961.

HSL color Cylindrical-coordinate representation of color #41855D: hue angle of 144.71º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41855D is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB6513393-
CMYK0.5100.300.48
HSL144.71º34.34%38.82%-
HSV(B)144.71º51.13%52.16%-
XYZ12.5418.6913.3-
YUV108.11119.4797.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.34%
GREEN value IS 133 (52.34% from 255) = 45.70%
BLUE value IS 93 (36.72% from 255) = 31.96%
R=22.34%
G=45.70%
B=31.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65133930.5100.300.48144.7134.3438.82
Hex41855D3301E30912227
Octal10120513563036602214247
Binary100000110000101101110111001101111011000010010001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41855D; }

 p { color: rgb(65,133,93); }

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

<style>
 a { background-color: #41855D; }

 a { background-color: rgb(65,133,93); }

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

<style>
 span { border-color: #41855D; }

 span { border-color: rgb(65,133,93); }

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