#40724F

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

Shades of Amazon #40724F

Tints of Amazon #40724F

Color information

#40724F (or 0x40724F) is unknown color: approx Amazon. HEX triplet: 40, 72 and 4F. RGB value is (64,114,79). Sum of RGB (Red+Green+Blue) = 64+114+79=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #40724F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40724F is #BF8DB0. Grayscale: #5F5F5F. Windows color (decimal): -12553649 or 5206592. OLE color: 5206592.

HSL color Cylindrical-coordinate representation of color #40724F: hue angle of 138º 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 #40724F is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB6411479-
CMYK0.4400.310.55
HSL138º28.09%34.9%-
HSV(B)138º43.86%44.71%-
XYZ9.5413.699.54-
YUV95.06118.94105.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 114 (44.92% from 255) = 44.36%
BLUE value IS 79 (31.25% from 255) = 30.74%
R=24.90%
G=44.36%
B=30.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64114790.4400.310.5513828.0934.9
Hex40724F2C01F378a1c23
Octal10016211754037672123443
Binary1000000111001010011111011000111111101111000101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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