#407950

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

Shades of Amazon #407950

Tints of Amazon #407950

Color information

#407950 (or 0x407950) is unknown color: approx Amazon. HEX triplet: 40, 79 and 50. RGB value is (64,121,80). Sum of RGB (Red+Green+Blue) = 64+121+80=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 121 - color contains mainly: green. Hex color #407950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407950 is #BF86AF. Grayscale: #636363. Windows color (decimal): -12551856 or 5273920. OLE color: 5273920.

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

Color convert

RGB6412180-
CMYK0.4700.340.53
HSL136.84º30.81%36.27%-
HSV(B)136.84º47.11%47.45%-
XYZ10.415.3410-
YUV99.28117.12102.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 121 (47.66% from 255) = 45.66%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=24.15%
G=45.66%
B=30.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121800.4700.340.53136.8430.8136.27
Hex4079502F02235891f24
Octal10017112057042652113744
Binary10000001111001101000010111101000101101011000100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407950; }

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

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

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

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

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

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

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

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