#408161

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

Shades of Amazon #408161

Tints of Amazon #408161

Color information

#408161 (or 0x408161) is unknown color: approx Amazon. HEX triplet: 40, 81 and 61. RGB value is (64,129,97). Sum of RGB (Red+Green+Blue) = 64+129+97=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #408161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408161 is #BF7E9E. Grayscale: #696969. Windows color (decimal): -12549791 or 6390080. OLE color: 6390080.

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

Color convert

RGB6412997-
CMYK0.5000.250.49
HSL150.46º33.68%37.84%-
HSV(B)150.46º50.39%50.59%-
XYZ12.1217.6514.08-
YUV105.92122.9798.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.07%
GREEN value IS 129 (50.78% from 255) = 44.48%
BLUE value IS 97 (38.28% from 255) = 33.45%
R=22.07%
G=44.48%
B=33.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64129970.5000.250.49150.4633.6837.84
Hex4081613201931962226
Octal10020114162031612264246
Binary100000010000001110000111001001100111000110010110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408161; }

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

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

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

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

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

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

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

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