#407656

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

Shades of Amazon #407656

Tints of Amazon #407656

Color information

#407656 (or 0x407656) is unknown color: approx Amazon. HEX triplet: 40, 76 and 56. RGB value is (64,118,86). Sum of RGB (Red+Green+Blue) = 64+118+86=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #407656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407656 is #BF89A9. Grayscale: #626262. Windows color (decimal): -12552618 or 5666368. OLE color: 5666368.

HSL color Cylindrical-coordinate representation of color #407656: hue angle of 144.44º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407656 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB6411886-
CMYK0.4600.270.54
HSL144.44º29.67%35.69%-
HSV(B)144.44º45.76%46.27%-
XYZ10.2714.7211.1-
YUV98.21121.11103.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 118 (46.48% from 255) = 44.03%
BLUE value IS 86 (33.98% from 255) = 32.09%
R=23.88%
G=44.03%
B=32.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64118860.4600.270.54144.4429.6735.69
Hex4076562E01B36901e24
Octal10016612656033662203644
Binary1000000111011010101101011100110111101101001000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407656; }

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

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

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

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

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

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

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

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