#41865F

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

Shades of Amazon #41865F

Tints of Amazon #41865F

Color information

#41865F (or 0x41865F) is unknown color: approx Amazon. HEX triplet: 41, 86 and 5F. RGB value is (65,134,95). Sum of RGB (Red+Green+Blue) = 65+134+95=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #41865F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41865F is #BE79A0. Grayscale: #6D6D6D. Windows color (decimal): -12482977 or 6260289. OLE color: 6260289.

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

Color convert

RGB6513495-
CMYK0.5100.290.47
HSL146.09º34.67%39.02%-
HSV(B)146.09º51.49%52.55%-
XYZ12.771913.82-
YUV108.92120.1496.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.11%
GREEN value IS 134 (52.73% from 255) = 45.58%
BLUE value IS 95 (37.5% from 255) = 32.31%
R=22.11%
G=45.58%
B=32.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65134950.5100.290.47146.0934.6739.02
Hex41865F3301D2F922327
Octal10120613763035572224347
Binary100000110000110101111111001101110110111110010010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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