#408261

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

Shades of Amazon #408261

Tints of Amazon #408261

Color information

#408261 (or 0x408261) is unknown color: approx Amazon. HEX triplet: 40, 82 and 61. RGB value is (64,130,97). Sum of RGB (Red+Green+Blue) = 64+130+97=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #408261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408261 is #BF7D9E. Grayscale: #6A6A6A. Windows color (decimal): -12549535 or 6390336. OLE color: 6390336.

HSL color Cylindrical-coordinate representation of color #408261: hue angle of 150º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408261 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB6413097-
CMYK0.5100.250.49
HSL150º34.02%38.04%-
HSV(B)150º50.77%50.98%-
XYZ12.2517.9214.12-
YUV106.5122.6397.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 130 (51.17% from 255) = 44.67%
BLUE value IS 97 (38.28% from 255) = 33.33%
R=21.99%
G=44.67%
B=33.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64130970.5100.250.4915034.0238.04
Hex4082613301931962226
Octal10020214163031612264246
Binary100000010000010110000111001101100111000110010110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408261; }

 p { color: rgb(64,130,97); }

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

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

 a { background-color: rgb(64,130,97); }

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

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

 span { border-color: rgb(64,130,97); }

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