Shades of Amazon #408155
Tints of Amazon #408155
RGB
CMYK
RGB Variations
Color information
#408155 (or 0x408155) is known color: Amazon. HEX triplet: 40, 81 and 55. RGB value is (64,129,85). Sum of RGB (Red+Green+Blue) = 64+129+85=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #408155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408155 is #BF7EAA. Grayscale: #686868. Windows color (decimal): -12549803 or 5603648. OLE color: 5603648.
HSL color Cylindrical-coordinate representation of color #408155: hue angle of 139.38º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #408155 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 129 | 85 | - |
| CMYK | 0.50 | 0 | 0.34 | 0.49 |
| HSL | 139.38º | 0.34% | 0.38% | - |
| HSV(B) | 139.38º | 0.5% | 0.51% | - |
| XYZ | 11.6 | 17.45 | 11.35 | - |
| YUV | 104.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 129 | 85 | 0.50 | 0 | 0.34 | 0.49 | 139.38 | 0.34 | 0.38 |
| Hex | 40 | 81 | 55 | 32 | 0 | 22 | 31 | 8B | 22 | 26 |
| Octal | 100 | 201 | 125 | 62 | 0 | 42 | 61 | 213 | 42 | 46 |
| Binary | 1000000 | 10000001 | 1010101 | 110010 | 0 | 100010 | 110001 | 10001011 | 100010 | 100110 |
Color Harmonies of #408155
Complementary color
Monochromatic Colors of #408155
Black with #408155
Text Example
Text Example
White with #408155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408155; }
p { color: rgb(64,129,85); }
H1.HeaderClassName
{
color: #408155;
}
.AnyTagClassName
{
color: #408155;
}
</style>
background-color css
<style>
a { background-color: #408155; }
a { background-color: rgb(64,129,85); }
div.DivClassName
{
background-color: #408155;
}
.BgClassName
{
background-color: #408155;
}
</style>
border-color css
<style>
span { border-color: #408155; }
span { border-color: rgb(64,129,85); }
td.TdClassName
{
border-color: #408155;
}
.TagClassName
{
border-color: #408155;
}
</style>