#407C60

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

Shades of Amazon #407C60

Tints of Amazon #407C60

Color information

#407C60 (or 0x407C60) is unknown color: approx Amazon. HEX triplet: 40, 7C and 60. RGB value is (64,124,96). Sum of RGB (Red+Green+Blue) = 64+124+96=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 124 - color contains mainly: green. Hex color #407C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C60 is #BF839F. Grayscale: #666666. Windows color (decimal): -12551072 or 6323264. OLE color: 6323264.

HSL color Cylindrical-coordinate representation of color #407C60: hue angle of 152º 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 #407C60 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB6412496-
CMYK0.4800.230.51
HSL152º31.91%36.86%-
HSV(B)152º48.39%48.63%-
XYZ11.4316.3513.62-
YUV102.87124.12100.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.54%
GREEN value IS 124 (48.83% from 255) = 43.66%
BLUE value IS 96 (37.89% from 255) = 33.80%
R=22.54%
G=43.66%
B=33.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64124960.4800.230.5115231.9136.86
Hex407C603001733982025
Octal10017414060027632304045
Binary10000001111100110000011000001011111001110011000100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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