#41865D

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

Shades of Amazon #41865D

Tints of Amazon #41865D

Color information

#41865D (or 0x41865D) is unknown color: approx Amazon. HEX triplet: 41, 86 and 5D. RGB value is (65,134,93). Sum of RGB (Red+Green+Blue) = 65+134+93=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #41865D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41865D is #BE79A2. Grayscale: #6C6C6C. Windows color (decimal): -12482979 or 6129217. OLE color: 6129217.

HSL color Cylindrical-coordinate representation of color #41865D: hue angle of 144.35º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41865D is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB6513493-
CMYK0.5100.310.47
HSL144.35º34.67%39.02%-
HSV(B)144.35º51.49%52.55%-
XYZ12.6818.9613.35-
YUV108.7119.1496.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.26%
GREEN value IS 134 (52.73% from 255) = 45.89%
BLUE value IS 93 (36.72% from 255) = 31.85%
R=22.26%
G=45.89%
B=31.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65134930.5100.310.47144.3534.6739.02
Hex41865D3301F2F902327
Octal10120613563037572204347
Binary100000110000110101110111001101111110111110010000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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