Shades of Amazon #408054
Tints of Amazon #408054
RGB
CMYK
RGB Variations
Color information
#408054 (or 0x408054) is known color: Amazon. HEX triplet: 40, 80 and 54. RGB value is (64,128,84). Sum of RGB (Red+Green+Blue) = 64+128+84=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #408054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408054 is #BF7FAB. Grayscale: #676767. Windows color (decimal): -12550060 or 5537856. OLE color: 5537856.
HSL color Cylindrical-coordinate representation of color #408054: hue angle of 138.75º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #408054 is Cyan = 0.5, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 128 | 84 | - |
| CMYK | 0.5 | 0 | 0.34 | 0.50 |
| HSL | 138.75º | 0.33% | 0.38% | - |
| HSV(B) | 138.75º | 0.5% | 0.5% | - |
| XYZ | 11.43 | 17.17 | 11.1 | - |
| YUV | 103.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 128 | 84 | 0.5 | 0 | 0.34 | 0.50 | 138.75 | 0.33 | 0.38 |
| Hex | 40 | 80 | 54 | 32 | 0 | 22 | 32 | 8B | 21 | 26 |
| Octal | 100 | 200 | 124 | 62 | 0 | 42 | 62 | 213 | 41 | 46 |
| Binary | 1000000 | 10000000 | 1010100 | 110010 | 0 | 100010 | 110010 | 10001011 | 100001 | 100110 |
Color Harmonies of #408054
Complementary color
Monochromatic Colors of #408054
Black with #408054
Text Example
Text Example
White with #408054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408054; }
p { color: rgb(64,128,84); }
H1.HeaderClassName
{
color: #408054;
}
.AnyTagClassName
{
color: #408054;
}
</style>
background-color css
<style>
a { background-color: #408054; }
a { background-color: rgb(64,128,84); }
div.DivClassName
{
background-color: #408054;
}
.BgClassName
{
background-color: #408054;
}
</style>
border-color css
<style>
span { border-color: #408054; }
span { border-color: rgb(64,128,84); }
td.TdClassName
{
border-color: #408054;
}
.TagClassName
{
border-color: #408054;
}
</style>