#407C5B

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

Shades of Amazon #407C5B

Tints of Amazon #407C5B

Color information

#407C5B (or 0x407C5B) is unknown color: approx Amazon. HEX triplet: 40, 7C and 5B. RGB value is (64,124,91). Sum of RGB (Red+Green+Blue) = 64+124+91=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 124 - color contains mainly: green. Hex color #407C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C5B is #BF83A4. Grayscale: #666666. Windows color (decimal): -12551077 or 5995584. OLE color: 5995584.

HSL color Cylindrical-coordinate representation of color #407C5B: hue angle of 147º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407C5B is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB6412491-
CMYK0.4800.270.51
HSL147º31.91%36.86%-
HSV(B)147º48.39%48.63%-
XYZ11.2116.2612.45-
YUV102.3121.62100.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.94%
GREEN value IS 124 (48.83% from 255) = 44.44%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=22.94%
G=44.44%
B=32.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64124910.4800.270.5114731.9136.86
Hex407C5B3001B33932025
Octal10017413360033632234045
Binary10000001111100101101111000001101111001110010011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407C5B; }

 p { color: rgb(64,124,91); }

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

<style>
 a { background-color: #407C5B; }

 a { background-color: rgb(64,124,91); }

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

<style>
 span { border-color: #407C5B; }

 span { border-color: rgb(64,124,91); }

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