#408151

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

Shades of Amazon #408151

Tints of Amazon #408151

Color information

#408151 (or 0x408151) is unknown color: approx Amazon. HEX triplet: 40, 81 and 51. RGB value is (64,129,81). Sum of RGB (Red+Green+Blue) = 64+129+81=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #408151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408151 is #BF7EAE. Grayscale: #686868. Windows color (decimal): -12549807 or 5341504. OLE color: 5341504.

HSL color Cylindrical-coordinate representation of color #408151: hue angle of 135.69º 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 #408151 is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB6412981-
CMYK0.5000.370.49
HSL135.69º33.68%37.84%-
HSV(B)135.69º50.39%50.59%-
XYZ11.4517.3810.54-
YUV104.09114.9799.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.36%
GREEN value IS 129 (50.78% from 255) = 47.08%
BLUE value IS 81 (32.03% from 255) = 29.56%
R=23.36%
G=47.08%
B=29.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64129810.5000.370.49135.6933.6837.84
Hex4081513202531882226
Octal10020112162045612104246
Binary1000000100000011010001110010010010111000110001000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408151; }

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

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

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

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

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

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

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

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