#41875D

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

Shades of Amazon #41875D

Tints of Amazon #41875D

Color information

#41875D (or 0x41875D) is unknown color: approx Amazon. HEX triplet: 41, 87 and 5D. RGB value is (65,135,93). Sum of RGB (Red+Green+Blue) = 65+135+93=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #41875D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41875D is #BE78A2. Grayscale: #6D6D6D. Windows color (decimal): -12482723 or 6129473. OLE color: 6129473.

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

Color convert

RGB6513593-
CMYK0.5200.310.47
HSL144º35%39.22%-
HSV(B)144º51.85%52.94%-
XYZ12.8219.2413.39-
YUV109.28118.8196.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.18%
GREEN value IS 135 (53.12% from 255) = 46.08%
BLUE value IS 93 (36.72% from 255) = 31.74%
R=22.18%
G=46.08%
B=31.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65135930.5200.310.471443539.22
Hex41875D3401F2F902327
Octal10120713564037572204347
Binary100000110000111101110111010001111110111110010000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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