Shades of Amazon #408553
Tints of Amazon #408553
RGB
CMYK
RGB Variations
Color information
#408553 (or 0x408553) is known color: Amazon. HEX triplet: 40, 85 and 53. RGB value is (64,133,83). Sum of RGB (Red+Green+Blue) = 64+133+83=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #408553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408553 is #BF7AAC. Grayscale: #6A6A6A. Windows color (decimal): -12548781 or 5473600. OLE color: 5473600.
HSL color Cylindrical-coordinate representation of color #408553: hue angle of 136.52º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408553 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 133 | 83 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.48 |
| HSL | 136.52º | 0.35% | 0.39% | - |
| HSV(B) | 136.52º | 0.52% | 0.52% | - |
| XYZ | 12.06 | 18.49 | 11.12 | - |
| YUV | 106.67 | 114.64 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 133 | 83 | 0.52 | 0 | 0.38 | 0.48 | 136.52 | 0.35 | 0.39 |
| Hex | 40 | 85 | 53 | 34 | 0 | 26 | 30 | 89 | 23 | 27 |
| Octal | 100 | 205 | 123 | 64 | 0 | 46 | 60 | 211 | 43 | 47 |
| Binary | 1000000 | 10000101 | 1010011 | 110100 | 0 | 100110 | 110000 | 10001001 | 100011 | 100111 |
Color Harmonies of #408553
Complementary color
Monochromatic Colors of #408553
Black with #408553
Text Example
Text Example
White with #408553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408553; }
p { color: rgb(64,133,83); }
H1.HeaderClassName
{
color: #408553;
}
.AnyTagClassName
{
color: #408553;
}
</style>
background-color css
<style>
a { background-color: #408553; }
a { background-color: rgb(64,133,83); }
div.DivClassName
{
background-color: #408553;
}
.BgClassName
{
background-color: #408553;
}
</style>
border-color css
<style>
span { border-color: #408553; }
span { border-color: rgb(64,133,83); }
td.TdClassName
{
border-color: #408553;
}
.TagClassName
{
border-color: #408553;
}
</style>