#41855E

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

Shades of Amazon #41855E

Tints of Amazon #41855E

Color information

#41855E (or 0x41855E) is unknown color: approx Amazon. HEX triplet: 41, 85 and 5E. RGB value is (65,133,94). Sum of RGB (Red+Green+Blue) = 65+133+94=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #41855E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41855E is #BE7AA1. Grayscale: #6C6C6C. Windows color (decimal): -12483234 or 6194497. OLE color: 6194497.

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

Color convert

RGB6513394-
CMYK0.5100.290.48
HSL145.59º34.34%38.82%-
HSV(B)145.59º51.13%52.16%-
XYZ12.5918.7113.54-
YUV108.22119.9797.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.26%
GREEN value IS 133 (52.34% from 255) = 45.55%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=22.26%
G=45.55%
B=32.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65133940.5100.290.48145.5934.3438.82
Hex41855E3301D30922227
Octal10120513663035602224247
Binary100000110000101101111011001101110111000010010010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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