#408154

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

Shades of Amazon #408154

Tints of Amazon #408154

Color information

#408154 (or 0x408154) is unknown color: approx Amazon. HEX triplet: 40, 81 and 54. RGB value is (64,129,84). Sum of RGB (Red+Green+Blue) = 64+129+84=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #408154 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408154 is #BF7EAB. Grayscale: #686868. Windows color (decimal): -12549804 or 5538112. OLE color: 5538112.

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

Color convert

RGB6412984-
CMYK0.5000.350.49
HSL138.46º33.68%37.84%-
HSV(B)138.46º50.39%50.59%-
XYZ11.5617.4311.14-
YUV104.44116.4799.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 129 (50.78% from 255) = 46.57%
BLUE value IS 84 (33.20% from 255) = 30.32%
R=23.10%
G=46.57%
B=30.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64129840.5000.350.49138.4633.6837.84
Hex40815432023318a2226
Octal10020112462043612124246
Binary1000000100000011010100110010010001111000110001010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408154; }

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

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

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

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

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

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

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

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