#407055

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

Shades of Amazon #407055

Tints of Amazon #407055

Color information

#407055 (or 0x407055) is unknown color: approx Amazon. HEX triplet: 40, 70 and 55. RGB value is (64,112,85). Sum of RGB (Red+Green+Blue) = 64+112+85=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #407055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407055 is #BF8FAA. Grayscale: #5E5E5E. Windows color (decimal): -12554155 or 5599296. OLE color: 5599296.

HSL color Cylindrical-coordinate representation of color #407055: hue angle of 146.25º degrees, saturation: 0.27, 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 #407055 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB6411285-
CMYK0.4300.240.56
HSL146.25º27.27%34.51%-
HSV(B)146.25º42.86%43.92%-
XYZ9.5513.3310.66-
YUV94.57122.6106.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.52%
GREEN value IS 112 (44.14% from 255) = 42.91%
BLUE value IS 85 (33.59% from 255) = 32.57%
R=24.52%
G=42.91%
B=32.57%

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
Decimal64112850.4300.240.56146.2527.2734.51
Hex4070552B01838921b23
Octal10016012553030702223343
Binary1000000111000010101011010110110001110001001001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407055; }

 p { color: rgb(64,112,85); }

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

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

 a { background-color: rgb(64,112,85); }

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

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

 span { border-color: rgb(64,112,85); }

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