#407156

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

Shades of Amazon #407156

Tints of Amazon #407156

Color information

#407156 (or 0x407156) is unknown color: approx Amazon. HEX triplet: 40, 71 and 56. RGB value is (64,113,86). Sum of RGB (Red+Green+Blue) = 64+113+86=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #407156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407156 is #BF8EA9. Grayscale: #5F5F5F. Windows color (decimal): -12553898 or 5665088. OLE color: 5665088.

HSL color Cylindrical-coordinate representation of color #407156: hue angle of 146.94º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #407156 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB6411386-
CMYK0.4300.240.56
HSL146.94º27.68%34.71%-
HSV(B)146.94º43.36%44.31%-
XYZ9.713.5710.91-
YUV95.27122.77105.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.33%
GREEN value IS 113 (44.53% from 255) = 42.97%
BLUE value IS 86 (33.98% from 255) = 32.70%
R=24.33%
G=42.97%
B=32.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64113860.4300.240.56146.9427.6834.71
Hex4071562B01838931c23
Octal10016112653030702233443
Binary1000000111000110101101010110110001110001001001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407156; }

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

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

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

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

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

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

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

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