#407658

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

Shades of Amazon #407658

Tints of Amazon #407658

Color information

#407658 (or 0x407658) is unknown color: approx Amazon. HEX triplet: 40, 76 and 58. RGB value is (64,118,88). Sum of RGB (Red+Green+Blue) = 64+118+88=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #407658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407658 is #BF89A7. Grayscale: #626262. Windows color (decimal): -12552616 or 5797440. OLE color: 5797440.

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

Color convert

RGB6411888-
CMYK0.4600.250.54
HSL146.67º29.67%35.69%-
HSV(B)146.67º45.76%46.27%-
XYZ10.3514.7511.53-
YUV98.43122.11103.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 118 (46.48% from 255) = 43.70%
BLUE value IS 88 (34.77% from 255) = 32.59%
R=23.70%
G=43.70%
B=32.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64118880.4600.250.54146.6729.6735.69
Hex4076582E01936931e24
Octal10016613056031662233644
Binary1000000111011010110001011100110011101101001001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407658; }

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

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

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

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

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

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

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

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