#41875A

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

Shades of Amazon #41875A

Tints of Amazon #41875A

Color information

#41875A (or 0x41875A) is unknown color: approx Amazon. HEX triplet: 41, 87 and 5A. RGB value is (65,135,90). Sum of RGB (Red+Green+Blue) = 65+135+90=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #41875A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41875A is #BE78A5. Grayscale: #6D6D6D. Windows color (decimal): -12482726 or 5932865. OLE color: 5932865.

HSL color Cylindrical-coordinate representation of color #41875A: hue angle of 141.43º 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 #41875A is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB6513590-
CMYK0.5200.330.47
HSL141.43º35%39.22%-
HSV(B)141.43º51.85%52.94%-
XYZ12.6919.1912.71-
YUV108.94117.3196.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 135 (53.12% from 255) = 46.55%
BLUE value IS 90 (35.55% from 255) = 31.03%
R=22.41%
G=46.55%
B=31.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65135900.5200.330.47141.433539.22
Hex41875A340212F8d2327
Octal10120713264041572154347
Binary1000001100001111011010110100010000110111110001101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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