Shades of Amazon #408A5A
Tints of Amazon #408A5A
RGB
CMYK
RGB Variations
Color information
#408A5A (or 0x408A5A) is known color: Amazon. HEX triplet: 40, 8A and 5A. RGB value is (64,138,90). Sum of RGB (Red+Green+Blue) = 64+138+90=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 138 (54.30% from 255 or 47.26% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 138 - color contains mainly: green. Hex color #408A5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A5A is #BF75A5. Grayscale: #6E6E6E. Windows color (decimal): -12547494 or 5933632. OLE color: 5933632.
HSL color Cylindrical-coordinate representation of color #408A5A: hue angle of 141.08º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408A5A is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 138 | 90 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.46 |
| HSL | 141.08º | 0.37% | 0.4% | - |
| HSV(B) | 141.08º | 0.54% | 0.54% | - |
| XYZ | 13.05 | 20.01 | 12.85 | - |
| YUV | 110.4 | 116.48 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 90 | 0.54 | 0 | 0.35 | 0.46 | 141.08 | 0.37 | 0.4 |
| Hex | 40 | 8A | 5A | 36 | 0 | 23 | 2E | 8D | 25 | 28 |
| Octal | 100 | 212 | 132 | 66 | 0 | 43 | 56 | 215 | 45 | 50 |
| Binary | 1000000 | 10001010 | 1011010 | 110110 | 0 | 100011 | 101110 | 10001101 | 100101 | 101000 |
Color Harmonies of #408A5A
Complementary color
Monochromatic Colors of #408A5A
Black with #408A5A
Text Example
Text Example
White with #408A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408A5A; }
p { color: rgb(64,138,90); }
H1.HeaderClassName
{
color: #408A5A;
}
.AnyTagClassName
{
color: #408A5A;
}
</style>
background-color css
<style>
a { background-color: #408A5A; }
a { background-color: rgb(64,138,90); }
div.DivClassName
{
background-color: #408A5A;
}
.BgClassName
{
background-color: #408A5A;
}
</style>
border-color css
<style>
span { border-color: #408A5A; }
span { border-color: rgb(64,138,90); }
td.TdClassName
{
border-color: #408A5A;
}
.TagClassName
{
border-color: #408A5A;
}
</style>