#407951

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

Shades of Amazon #407951

Tints of Amazon #407951

Color information

#407951 (or 0x407951) is unknown color: approx Amazon. HEX triplet: 40, 79 and 51. RGB value is (64,121,81). Sum of RGB (Red+Green+Blue) = 64+121+81=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 121 - color contains mainly: green. Hex color #407951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407951 is #BF86AE. Grayscale: #636363. Windows color (decimal): -12551855 or 5339456. OLE color: 5339456.

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

Color convert

RGB6412181-
CMYK0.4700.330.53
HSL137.89º30.81%36.27%-
HSV(B)137.89º47.11%47.45%-
XYZ10.4415.3610.2-
YUV99.4117.62102.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 121 (47.66% from 255) = 45.49%
BLUE value IS 81 (32.03% from 255) = 30.45%
R=24.06%
G=45.49%
B=30.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121810.4700.330.53137.8930.8136.27
Hex4079512F021358a1f24
Octal10017112157041652123744
Binary10000001111001101000110111101000011101011000101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407951; }

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

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

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

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

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

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

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

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