#407355

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

Shades of Amazon #407355

Tints of Amazon #407355

Color information

#407355 (or 0x407355) is unknown color: approx Amazon. HEX triplet: 40, 73 and 55. RGB value is (64,115,85). Sum of RGB (Red+Green+Blue) = 64+115+85=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #407355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407355 is #BF8CAA. Grayscale: #606060. Windows color (decimal): -12553387 or 5600064. OLE color: 5600064.

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

Color convert

RGB6411585-
CMYK0.4400.260.55
HSL144.71º28.49%35.1%-
HSV(B)144.71º44.35%45.1%-
XYZ9.8814.0110.78-
YUV96.33121.6104.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 115 (45.31% from 255) = 43.56%
BLUE value IS 85 (33.59% from 255) = 32.20%
R=24.24%
G=43.56%
B=32.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64115850.4400.260.55144.7128.4935.1
Hex4073552C01A37911c23
Octal10016312554032672213443
Binary1000000111001110101011011000110101101111001000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407355; }

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

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

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

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

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

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

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

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