Shades of Amazon #408454
Tints of Amazon #408454
RGB
CMYK
RGB Variations
Color information
#408454 (or 0x408454) is known color: Amazon. HEX triplet: 40, 84 and 54. RGB value is (64,132,84). Sum of RGB (Red+Green+Blue) = 64+132+84=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #408454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408454 is #BF7BAB. Grayscale: #6A6A6A. Windows color (decimal): -12549036 or 5538880. OLE color: 5538880.
HSL color Cylindrical-coordinate representation of color #408454: hue angle of 137.65º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408454 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 132 | 84 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.48 |
| HSL | 137.65º | 0.35% | 0.38% | - |
| HSV(B) | 137.65º | 0.52% | 0.52% | - |
| XYZ | 11.97 | 18.23 | 11.28 | - |
| YUV | 106.2 | 115.47 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 132 | 84 | 0.52 | 0 | 0.36 | 0.48 | 137.65 | 0.35 | 0.38 |
| Hex | 40 | 84 | 54 | 34 | 0 | 24 | 30 | 8A | 23 | 26 |
| Octal | 100 | 204 | 124 | 64 | 0 | 44 | 60 | 212 | 43 | 46 |
| Binary | 1000000 | 10000100 | 1010100 | 110100 | 0 | 100100 | 110000 | 10001010 | 100011 | 100110 |
Color Harmonies of #408454
Complementary color
Monochromatic Colors of #408454
Black with #408454
Text Example
Text Example
White with #408454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408454; }
p { color: rgb(64,132,84); }
H1.HeaderClassName
{
color: #408454;
}
.AnyTagClassName
{
color: #408454;
}
</style>
background-color css
<style>
a { background-color: #408454; }
a { background-color: rgb(64,132,84); }
div.DivClassName
{
background-color: #408454;
}
.BgClassName
{
background-color: #408454;
}
</style>
border-color css
<style>
span { border-color: #408454; }
span { border-color: rgb(64,132,84); }
td.TdClassName
{
border-color: #408454;
}
.TagClassName
{
border-color: #408454;
}
</style>