#407051

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

Shades of Amazon #407051

Tints of Amazon #407051

Color information

#407051 (or 0x407051) is unknown color: approx Amazon. HEX triplet: 40, 70 and 51. RGB value is (64,112,81). Sum of RGB (Red+Green+Blue) = 64+112+81=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #407051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407051 is #BF8FAE. Grayscale: #5E5E5E. Windows color (decimal): -12554159 or 5337152. OLE color: 5337152.

HSL color Cylindrical-coordinate representation of color #407051: hue angle of 141.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 #407051 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB6411281-
CMYK0.4300.280.56
HSL141.25º27.27%34.51%-
HSV(B)141.25º42.86%43.92%-
XYZ9.3913.279.85-
YUV94.11120.6106.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 112 (44.14% from 255) = 43.58%
BLUE value IS 81 (32.03% from 255) = 31.52%
R=24.90%
G=43.58%
B=31.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112810.4300.280.56141.2527.2734.51
Hex4070512B01C388d1b23
Octal10016012153034702153343
Binary1000000111000010100011010110111001110001000110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407051; }

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

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

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

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

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

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

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

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