#407458

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

Shades of Amazon #407458

Tints of Amazon #407458

Color information

#407458 (or 0x407458) is unknown color: approx Amazon. HEX triplet: 40, 74 and 58. RGB value is (64,116,88). Sum of RGB (Red+Green+Blue) = 64+116+88=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 116 - color contains mainly: green. Hex color #407458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407458 is #BF8BA7. Grayscale: #616161. Windows color (decimal): -12553128 or 5796928. OLE color: 5796928.

HSL color Cylindrical-coordinate representation of color #407458: hue angle of 147.69º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #407458 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB6411688-
CMYK0.4500.240.55
HSL147.69º28.89%35.29%-
HSV(B)147.69º44.83%45.49%-
XYZ10.1214.2911.46-
YUV97.26122.77104.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 116 (45.70% from 255) = 43.28%
BLUE value IS 88 (34.77% from 255) = 32.84%
R=23.88%
G=43.28%
B=32.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64116880.4500.240.55147.6928.8935.29
Hex4074582D01837941d23
Octal10016413055030672243543
Binary1000000111010010110001011010110001101111001010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407458; }

 p { color: rgb(64,116,88); }

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

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

 a { background-color: rgb(64,116,88); }

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

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

 span { border-color: rgb(64,116,88); }

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