#407854

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

Shades of Amazon #407854

Tints of Amazon #407854

Color information

#407854 (or 0x407854) is unknown color: approx Amazon. HEX triplet: 40, 78 and 54. RGB value is (64,120,84). Sum of RGB (Red+Green+Blue) = 64+120+84=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #407854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407854 is #BF87AB. Grayscale: #636363. Windows color (decimal): -12552108 or 5535808. OLE color: 5535808.

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

Color convert

RGB6412084-
CMYK0.4700.30.53
HSL141.43º30.43%36.08%-
HSV(B)141.43º46.67%47.06%-
XYZ10.4315.1610.76-
YUV99.15119.45102.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 120 (47.27% from 255) = 44.78%
BLUE value IS 84 (33.20% from 255) = 31.34%
R=23.88%
G=44.78%
B=31.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64120840.4700.30.53141.4330.4336.08
Hex4078542F01E358d1e24
Octal10017012457036652153644
Binary1000000111100010101001011110111101101011000110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407854; }

 p { color: rgb(64,120,84); }

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

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

 a { background-color: rgb(64,120,84); }

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

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

 span { border-color: rgb(64,120,84); }

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