#407555

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

Shades of Amazon #407555

Tints of Amazon #407555

Color information

#407555 (or 0x407555) is unknown color: approx Amazon. HEX triplet: 40, 75 and 55. RGB value is (64,117,85). Sum of RGB (Red+Green+Blue) = 64+117+85=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #407555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407555 is #BF8AAA. Grayscale: #616161. Windows color (decimal): -12552875 or 5600576. OLE color: 5600576.

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

Color convert

RGB6411785-
CMYK0.4500.270.54
HSL143.77º29.28%35.49%-
HSV(B)143.77º45.3%45.88%-
XYZ10.1214.4710.85-
YUV97.5120.94104.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 117 (46.09% from 255) = 43.98%
BLUE value IS 85 (33.59% from 255) = 31.95%
R=24.06%
G=43.98%
B=31.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64117850.4500.270.54143.7729.2835.49
Hex4075552D01B36901d23
Octal10016512555033662203543
Binary1000000111010110101011011010110111101101001000011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407555; }

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

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

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

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

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

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

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

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