#407250

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

Shades of Amazon #407250

Tints of Amazon #407250

Color information

#407250 (or 0x407250) is unknown color: approx Amazon. HEX triplet: 40, 72 and 50. RGB value is (64,114,80). Sum of RGB (Red+Green+Blue) = 64+114+80=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 114 - color contains mainly: green. Hex color #407250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407250 is #BF8DAF. Grayscale: #5F5F5F. Windows color (decimal): -12553648 or 5272128. OLE color: 5272128.

HSL color Cylindrical-coordinate representation of color #407250: hue angle of 139.2º 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 #407250 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB6411480-
CMYK0.4400.300.55
HSL139.2º28.09%34.9%-
HSV(B)139.2º43.86%44.71%-
XYZ9.5813.79.73-
YUV95.17119.44105.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.81%
GREEN value IS 114 (44.92% from 255) = 44.19%
BLUE value IS 80 (31.64% from 255) = 31.01%
R=24.81%
G=44.19%
B=31.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64114800.4400.300.55139.228.0934.9
Hex4072502C01E378b1c23
Octal10016212054036672133443
Binary1000000111001010100001011000111101101111000101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407250; }

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

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

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

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

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

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

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

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