#407B56

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

Shades of Amazon #407B56

Tints of Amazon #407B56

Color information

#407B56 (or 0x407B56) is unknown color: approx Amazon. HEX triplet: 40, 7B and 56. RGB value is (64,123,86). Sum of RGB (Red+Green+Blue) = 64+123+86=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 123 - color contains mainly: green. Hex color #407B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B56 is #BF84A9. Grayscale: #656565. Windows color (decimal): -12551338 or 5667648. OLE color: 5667648.

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

Color convert

RGB6412386-
CMYK0.4800.300.52
HSL142.37º31.55%36.67%-
HSV(B)142.37º47.97%48.24%-
XYZ10.8815.9311.31-
YUV101.14119.45101.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 123 (48.44% from 255) = 45.05%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=23.44%
G=45.05%
B=31.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64123860.4800.300.52142.3731.5536.67
Hex407B563001E348e2025
Octal10017312660036642164045
Binary10000001111011101011011000001111011010010001110100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,123,86); }

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

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

 a { background-color: rgb(64,123,86); }

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

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

 span { border-color: rgb(64,123,86); }

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