#41785D

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

Shades of Amazon #41785D

Tints of Amazon #41785D

Color information

#41785D (or 0x41785D) is unknown color: approx Amazon. HEX triplet: 41, 78 and 5D. RGB value is (65,120,93). Sum of RGB (Red+Green+Blue) = 65+120+93=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #41785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41785D is #BE87A2. Grayscale: #646464. Windows color (decimal): -12486563 or 6125633. OLE color: 6125633.

HSL color Cylindrical-coordinate representation of color #41785D: hue angle of 150.55º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #41785D is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB6512093-
CMYK0.4600.220.53
HSL150.55º29.73%36.27%-
HSV(B)150.55º45.83%47.06%-
XYZ10.8715.3512.75-
YUV100.48123.78102.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.38%
GREEN value IS 120 (47.27% from 255) = 43.17%
BLUE value IS 93 (36.72% from 255) = 33.45%
R=23.38%
G=43.17%
B=33.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65120930.4600.220.53150.5529.7336.27
Hex41785D2E01635971e24
Octal10117013556026652273644
Binary1000001111100010111011011100101101101011001011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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