Shades of Amazon #408753
Tints of Amazon #408753
RGB
CMYK
RGB Variations
Color information
#408753 (or 0x408753) is known color: Amazon. HEX triplet: 40, 87 and 53. RGB value is (64,135,83). Sum of RGB (Red+Green+Blue) = 64+135+83=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 135 - color contains mainly: green. Hex color #408753 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408753 is #BF78AC. Grayscale: #6B6B6B. Windows color (decimal): -12548269 or 5474112. OLE color: 5474112.
HSL color Cylindrical-coordinate representation of color #408753: hue angle of 136.06º 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 #408753 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 135 | 83 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.47 |
| HSL | 136.06º | 0.36% | 0.39% | - |
| HSV(B) | 136.06º | 0.53% | 0.53% | - |
| XYZ | 12.34 | 19.04 | 11.21 | - |
| YUV | 107.84 | 113.98 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 135 | 83 | 0.53 | 0 | 0.39 | 0.47 | 136.06 | 0.36 | 0.39 |
| Hex | 40 | 87 | 53 | 35 | 0 | 27 | 2F | 88 | 24 | 27 |
| Octal | 100 | 207 | 123 | 65 | 0 | 47 | 57 | 210 | 44 | 47 |
| Binary | 1000000 | 10000111 | 1010011 | 110101 | 0 | 100111 | 101111 | 10001000 | 100100 | 100111 |
Color Harmonies of #408753
Complementary color
Monochromatic Colors of #408753
Black with #408753
Text Example
Text Example
White with #408753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408753; }
p { color: rgb(64,135,83); }
H1.HeaderClassName
{
color: #408753;
}
.AnyTagClassName
{
color: #408753;
}
</style>
background-color css
<style>
a { background-color: #408753; }
a { background-color: rgb(64,135,83); }
div.DivClassName
{
background-color: #408753;
}
.BgClassName
{
background-color: #408753;
}
</style>
border-color css
<style>
span { border-color: #408753; }
span { border-color: rgb(64,135,83); }
td.TdClassName
{
border-color: #408753;
}
.TagClassName
{
border-color: #408753;
}
</style>