Shades of Amazon #408758
Tints of Amazon #408758
RGB
CMYK
RGB Variations
Color information
#408758 (or 0x408758) is known color: Amazon. HEX triplet: 40, 87 and 58. RGB value is (64,135,88). Sum of RGB (Red+Green+Blue) = 64+135+88=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #408758 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408758 is #BF78A7. Grayscale: #6C6C6C. Windows color (decimal): -12548264 or 5801792. OLE color: 5801792.
HSL color Cylindrical-coordinate representation of color #408758: hue angle of 140.28º 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 #408758 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 135 | 88 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.47 |
| HSL | 140.28º | 0.36% | 0.39% | - |
| HSV(B) | 140.28º | 0.53% | 0.53% | - |
| XYZ | 12.54 | 19.12 | 12.26 | - |
| YUV | 108.41 | 116.48 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 135 | 88 | 0.53 | 0 | 0.35 | 0.47 | 140.28 | 0.36 | 0.39 |
| Hex | 40 | 87 | 58 | 35 | 0 | 23 | 2F | 8C | 24 | 27 |
| Octal | 100 | 207 | 130 | 65 | 0 | 43 | 57 | 214 | 44 | 47 |
| Binary | 1000000 | 10000111 | 1011000 | 110101 | 0 | 100011 | 101111 | 10001100 | 100100 | 100111 |
Color Harmonies of #408758
Complementary color
Monochromatic Colors of #408758
Black with #408758
Text Example
Text Example
White with #408758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408758; }
p { color: rgb(64,135,88); }
H1.HeaderClassName
{
color: #408758;
}
.AnyTagClassName
{
color: #408758;
}
</style>
background-color css
<style>
a { background-color: #408758; }
a { background-color: rgb(64,135,88); }
div.DivClassName
{
background-color: #408758;
}
.BgClassName
{
background-color: #408758;
}
</style>
border-color css
<style>
span { border-color: #408758; }
span { border-color: rgb(64,135,88); }
td.TdClassName
{
border-color: #408758;
}
.TagClassName
{
border-color: #408758;
}
</style>