#407953

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

Shades of Amazon #407953

Tints of Amazon #407953

Color information

#407953 (or 0x407953) is unknown color: approx Amazon. HEX triplet: 40, 79 and 53. RGB value is (64,121,83). Sum of RGB (Red+Green+Blue) = 64+121+83=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #407953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407953 is #BF86AC. Grayscale: #636363. Windows color (decimal): -12551853 or 5470528. OLE color: 5470528.

HSL color Cylindrical-coordinate representation of color #407953: hue angle of 140º 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 #407953 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB6412183-
CMYK0.4700.310.53
HSL140º30.81%36.27%-
HSV(B)140º47.11%47.45%-
XYZ10.5115.3910.6-
YUV99.62118.62102.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 121 (47.66% from 255) = 45.15%
BLUE value IS 83 (32.81% from 255) = 30.97%
R=23.88%
G=45.15%
B=30.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121830.4700.310.5314030.8136.27
Hex4079532F01F358c1f24
Octal10017112357037652143744
Binary1000000111100110100111011110111111101011000110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407953; }

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

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

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

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

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

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

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

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