#407751

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

Shades of Amazon #407751

Tints of Amazon #407751

Color information

#407751 (or 0x407751) is unknown color: approx Amazon. HEX triplet: 40, 77 and 51. RGB value is (64,119,81). Sum of RGB (Red+Green+Blue) = 64+119+81=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #407751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407751 is #BF88AE. Grayscale: #626262. Windows color (decimal): -12552367 or 5338944. OLE color: 5338944.

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

Color convert

RGB6411981-
CMYK0.4600.320.53
HSL138.55º30.05%35.88%-
HSV(B)138.55º46.22%46.67%-
XYZ10.214.8810.12-
YUV98.22118.28103.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 119 (46.88% from 255) = 45.08%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=24.24%
G=45.08%
B=30.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119810.4600.320.53138.5530.0535.88
Hex4077512E020358b1e24
Octal10016712156040652133644
Binary10000001110111101000110111001000001101011000101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407751; }

 p { color: rgb(64,119,81); }

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

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

 a { background-color: rgb(64,119,81); }

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

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

 span { border-color: rgb(64,119,81); }

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