#41855C

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

Shades of Amazon #41855C

Tints of Amazon #41855C

Color information

#41855C (or 0x41855C) is unknown color: approx Amazon. HEX triplet: 41, 85 and 5C. RGB value is (65,133,92). Sum of RGB (Red+Green+Blue) = 65+133+92=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #41855C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41855C is #BE7AA3. Grayscale: #6C6C6C. Windows color (decimal): -12483236 or 6063425. OLE color: 6063425.

HSL color Cylindrical-coordinate representation of color #41855C: hue angle of 143.82º 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 #41855C is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB6513392-
CMYK0.5100.310.48
HSL143.82º34.34%38.82%-
HSV(B)143.82º51.13%52.16%-
XYZ12.518.6713.07-
YUV107.99118.9797.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 133 (52.34% from 255) = 45.86%
BLUE value IS 92 (36.33% from 255) = 31.72%
R=22.41%
G=45.86%
B=31.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65133920.5100.310.48143.8234.3438.82
Hex41855C3301F30902227
Octal10120513463037602204247
Binary100000110000101101110011001101111111000010010000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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