#40795A

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

Shades of Amazon #40795A

Tints of Amazon #40795A

Color information

#40795A (or 0x40795A) is unknown color: approx Amazon. HEX triplet: 40, 79 and 5A. RGB value is (64,121,90). Sum of RGB (Red+Green+Blue) = 64+121+90=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 121 - color contains mainly: green. Hex color #40795A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40795A is #BF86A5. Grayscale: #646464. Windows color (decimal): -12551846 or 5929280. OLE color: 5929280.

HSL color Cylindrical-coordinate representation of color #40795A: hue angle of 147.37º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40795A is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB6412190-
CMYK0.4700.260.53
HSL147.37º30.81%36.27%-
HSV(B)147.37º47.11%47.45%-
XYZ10.815.512.1-
YUV100.42122.12102.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 121 (47.66% from 255) = 44%
BLUE value IS 90 (35.55% from 255) = 32.73%
R=23.27%
G=44%
B=32.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121900.4700.260.53147.3730.8136.27
Hex40795A2F01A35931f24
Octal10017113257032652233744
Binary1000000111100110110101011110110101101011001001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,121,90); }

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

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

 a { background-color: rgb(64,121,90); }

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

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

 span { border-color: rgb(64,121,90); }

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