#41875B

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

Shades of Amazon #41875B

Tints of Amazon #41875B

Color information

#41875B (or 0x41875B) is unknown color: approx Amazon. HEX triplet: 41, 87 and 5B. RGB value is (65,135,91). Sum of RGB (Red+Green+Blue) = 65+135+91=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #41875B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41875B is #BE78A4. Grayscale: #6D6D6D. Windows color (decimal): -12482725 or 5998401. OLE color: 5998401.

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

Color convert

RGB6513591-
CMYK0.5200.330.47
HSL142.29º35%39.22%-
HSV(B)142.29º51.85%52.94%-
XYZ12.7319.2112.93-
YUV109.05117.8196.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.34%
GREEN value IS 135 (53.12% from 255) = 46.39%
BLUE value IS 91 (35.94% from 255) = 31.27%
R=22.34%
G=46.39%
B=31.27%

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
Decimal65135910.5200.330.47142.293539.22
Hex41875B340212F8e2327
Octal10120713364041572164347
Binary1000001100001111011011110100010000110111110001110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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