#41795F

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

Shades of Amazon #41795F

Tints of Amazon #41795F

Color information

#41795F (or 0x41795F) is unknown color: approx Amazon. HEX triplet: 41, 79 and 5F. RGB value is (65,121,95). Sum of RGB (Red+Green+Blue) = 65+121+95=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 121 - color contains mainly: green. Hex color #41795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41795F is #BE86A0. Grayscale: #656565. Windows color (decimal): -12486305 or 6256961. OLE color: 6256961.

HSL color Cylindrical-coordinate representation of color #41795F: hue angle of 152.14º 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 #41795F is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB6512195-
CMYK0.4600.210.53
HSL152.14º30.11%36.47%-
HSV(B)152.14º46.28%47.45%-
XYZ11.0815.6213.26-
YUV101.29124.45102.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.13%
GREEN value IS 121 (47.66% from 255) = 43.06%
BLUE value IS 95 (37.5% from 255) = 33.81%
R=23.13%
G=43.06%
B=33.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65121950.4600.210.53152.1430.1136.47
Hex41795F2E01535981e24
Octal10117113756025652303644
Binary1000001111100110111111011100101011101011001100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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