Shades of Amazon #408653
Tints of Amazon #408653
RGB
CMYK
RGB Variations
Color information
#408653 (or 0x408653) is known color: Amazon. HEX triplet: 40, 86 and 53. RGB value is (64,134,83). Sum of RGB (Red+Green+Blue) = 64+134+83=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #408653 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408653 is #BF79AC. Grayscale: #6B6B6B. Windows color (decimal): -12548525 or 5473856. OLE color: 5473856.
HSL color Cylindrical-coordinate representation of color #408653: hue angle of 136.29º 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 #408653 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 134 | 83 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.47 |
| HSL | 136.29º | 0.35% | 0.39% | - |
| HSV(B) | 136.29º | 0.52% | 0.53% | - |
| XYZ | 12.2 | 18.76 | 11.16 | - |
| YUV | 107.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 134 | 83 | 0.52 | 0 | 0.38 | 0.47 | 136.29 | 0.35 | 0.39 |
| Hex | 40 | 86 | 53 | 34 | 0 | 26 | 2F | 88 | 23 | 27 |
| Octal | 100 | 206 | 123 | 64 | 0 | 46 | 57 | 210 | 43 | 47 |
| Binary | 1000000 | 10000110 | 1010011 | 110100 | 0 | 100110 | 101111 | 10001000 | 100011 | 100111 |
Color Harmonies of #408653
Complementary color
Monochromatic Colors of #408653
Black with #408653
Text Example
Text Example
White with #408653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408653; }
p { color: rgb(64,134,83); }
H1.HeaderClassName
{
color: #408653;
}
.AnyTagClassName
{
color: #408653;
}
</style>
background-color css
<style>
a { background-color: #408653; }
a { background-color: rgb(64,134,83); }
div.DivClassName
{
background-color: #408653;
}
.BgClassName
{
background-color: #408653;
}
</style>
border-color css
<style>
span { border-color: #408653; }
span { border-color: rgb(64,134,83); }
td.TdClassName
{
border-color: #408653;
}
.TagClassName
{
border-color: #408653;
}
</style>