#407550

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

Shades of Amazon #407550

Tints of Amazon #407550

Color information

#407550 (or 0x407550) is unknown color: approx Amazon. HEX triplet: 40, 75 and 50. RGB value is (64,117,80). Sum of RGB (Red+Green+Blue) = 64+117+80=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #407550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407550 is #BF8AAF. Grayscale: #616161. Windows color (decimal): -12552880 or 5272896. OLE color: 5272896.

HSL color Cylindrical-coordinate representation of color #407550: hue angle of 138.11º 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 #407550 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB6411780-
CMYK0.4500.320.54
HSL138.11º29.28%35.49%-
HSV(B)138.11º45.3%45.88%-
XYZ9.9214.399.84-
YUV96.94118.44104.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.52%
GREEN value IS 117 (46.09% from 255) = 44.83%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=24.52%
G=44.83%
B=30.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64117800.4500.320.54138.1129.2835.49
Hex4075502D020368a1d23
Octal10016512055040662123543
Binary10000001110101101000010110101000001101101000101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407550; }

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

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

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

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

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

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

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

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