#40735C

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

Shades of Amazon #40735C

Tints of Amazon #40735C

Color information

#40735C (or 0x40735C) is unknown color: approx Amazon. HEX triplet: 40, 73 and 5C. RGB value is (64,115,92). Sum of RGB (Red+Green+Blue) = 64+115+92=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 115 - color contains mainly: green. Hex color #40735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40735C is #BF8CA3. Grayscale: #616161. Windows color (decimal): -12553380 or 6058816. OLE color: 6058816.

HSL color Cylindrical-coordinate representation of color #40735C: hue angle of 152.94º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #40735C is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB6411592-
CMYK0.4400.200.55
HSL152.94º28.49%35.1%-
HSV(B)152.94º44.35%45.1%-
XYZ10.1814.1212.32-
YUV97.13125.1104.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 115 (45.31% from 255) = 42.44%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=23.62%
G=42.44%
B=33.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64115920.4400.200.55152.9428.4935.1
Hex40735C2C01437991c23
Octal10016313454024672313443
Binary1000000111001110111001011000101001101111001100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40735C; }

 p { color: rgb(64,115,92); }

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

<style>
 a { background-color: #40735C; }

 a { background-color: rgb(64,115,92); }

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

<style>
 span { border-color: #40735C; }

 span { border-color: rgb(64,115,92); }

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