#40704F

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

Shades of Amazon #40704F

Tints of Amazon #40704F

Color information

#40704F (or 0x40704F) is unknown color: approx Amazon. HEX triplet: 40, 70 and 4F. RGB value is (64,112,79). Sum of RGB (Red+Green+Blue) = 64+112+79=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #40704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40704F is #BF8FB0. Grayscale: #5D5D5D. Windows color (decimal): -12554161 or 5206080. OLE color: 5206080.

HSL color Cylindrical-coordinate representation of color #40704F: hue angle of 138.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40704F is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB6411279-
CMYK0.4300.290.56
HSL138.75º27.27%34.51%-
HSV(B)138.75º42.86%43.92%-
XYZ9.3213.249.46-
YUV93.89119.6106.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.10%
GREEN value IS 112 (44.14% from 255) = 43.92%
BLUE value IS 79 (31.25% from 255) = 30.98%
R=25.10%
G=43.92%
B=30.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112790.4300.290.56138.7527.2734.51
Hex40704F2B01D388b1b23
Octal10016011753035702133343
Binary1000000111000010011111010110111011110001000101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,112,79); }

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

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

 a { background-color: rgb(64,112,79); }

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

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

 span { border-color: rgb(64,112,79); }

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