Shades of Amazon #408858
Tints of Amazon #408858
RGB
CMYK
RGB Variations
Color information
#408858 (or 0x408858) is known color: Amazon. HEX triplet: 40, 88 and 58. RGB value is (64,136,88). Sum of RGB (Red+Green+Blue) = 64+136+88=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #408858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408858 is #BF77A7. Grayscale: #6D6D6D. Windows color (decimal): -12548008 or 5802048. OLE color: 5802048.
HSL color Cylindrical-coordinate representation of color #408858: hue angle of 140º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408858 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 136 | 88 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.47 |
| HSL | 140º | 0.36% | 0.39% | - |
| HSV(B) | 140º | 0.53% | 0.53% | - |
| XYZ | 12.68 | 19.4 | 12.31 | - |
| YUV | 109 | 116.15 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 136 | 88 | 0.53 | 0 | 0.35 | 0.47 | 140 | 0.36 | 0.39 |
| Hex | 40 | 88 | 58 | 35 | 0 | 23 | 2F | 8C | 24 | 27 |
| Octal | 100 | 210 | 130 | 65 | 0 | 43 | 57 | 214 | 44 | 47 |
| Binary | 1000000 | 10001000 | 1011000 | 110101 | 0 | 100011 | 101111 | 10001100 | 100100 | 100111 |
Color Harmonies of #408858
Complementary color
Monochromatic Colors of #408858
Black with #408858
Text Example
Text Example
White with #408858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408858; }
p { color: rgb(64,136,88); }
H1.HeaderClassName
{
color: #408858;
}
.AnyTagClassName
{
color: #408858;
}
</style>
background-color css
<style>
a { background-color: #408858; }
a { background-color: rgb(64,136,88); }
div.DivClassName
{
background-color: #408858;
}
.BgClassName
{
background-color: #408858;
}
</style>
border-color css
<style>
span { border-color: #408858; }
span { border-color: rgb(64,136,88); }
td.TdClassName
{
border-color: #408858;
}
.TagClassName
{
border-color: #408858;
}
</style>