Shades of Amazon #408658
Tints of Amazon #408658
RGB
CMYK
RGB Variations
Color information
#408658 (or 0x408658) is known color: Amazon. HEX triplet: 40, 86 and 58. RGB value is (64,134,88). Sum of RGB (Red+Green+Blue) = 64+134+88=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #408658 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408658 is #BF79A7. Grayscale: #6B6B6B. Windows color (decimal): -12548520 or 5801536. OLE color: 5801536.
HSL color Cylindrical-coordinate representation of color #408658: hue angle of 140.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408658 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 134 | 88 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.47 |
| HSL | 140.57º | 0.35% | 0.39% | - |
| HSV(B) | 140.57º | 0.52% | 0.53% | - |
| XYZ | 12.4 | 18.84 | 12.22 | - |
| YUV | 107.83 | 116.81 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 134 | 88 | 0.52 | 0 | 0.34 | 0.47 | 140.57 | 0.35 | 0.39 |
| Hex | 40 | 86 | 58 | 34 | 0 | 22 | 2F | 8D | 23 | 27 |
| Octal | 100 | 206 | 130 | 64 | 0 | 42 | 57 | 215 | 43 | 47 |
| Binary | 1000000 | 10000110 | 1011000 | 110100 | 0 | 100010 | 101111 | 10001101 | 100011 | 100111 |
Color Harmonies of #408658
Complementary color
Monochromatic Colors of #408658
Black with #408658
Text Example
Text Example
White with #408658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408658; }
p { color: rgb(64,134,88); }
H1.HeaderClassName
{
color: #408658;
}
.AnyTagClassName
{
color: #408658;
}
</style>
background-color css
<style>
a { background-color: #408658; }
a { background-color: rgb(64,134,88); }
div.DivClassName
{
background-color: #408658;
}
.BgClassName
{
background-color: #408658;
}
</style>
border-color css
<style>
span { border-color: #408658; }
span { border-color: rgb(64,134,88); }
td.TdClassName
{
border-color: #408658;
}
.TagClassName
{
border-color: #408658;
}
</style>