Shades of Amazon #408852
Tints of Amazon #408852
RGB
CMYK
RGB Variations
Color information
#408852 (or 0x408852) is known color: Amazon. HEX triplet: 40, 88 and 52. RGB value is (64,136,82). Sum of RGB (Red+Green+Blue) = 64+136+82=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 136 - color contains mainly: green. Hex color #408852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408852 is #BF77AD. Grayscale: #6C6C6C. Windows color (decimal): -12548014 or 5408832. OLE color: 5408832.
HSL color Cylindrical-coordinate representation of color #408852: hue angle of 135º 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 #408852 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 136 | 82 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.47 |
| HSL | 135º | 0.36% | 0.39% | - |
| HSV(B) | 135º | 0.53% | 0.53% | - |
| XYZ | 12.44 | 19.31 | 11.05 | - |
| YUV | 108.32 | 113.15 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 136 | 82 | 0.53 | 0 | 0.40 | 0.47 | 135 | 0.36 | 0.39 |
| Hex | 40 | 88 | 52 | 35 | 0 | 28 | 2F | 87 | 24 | 27 |
| Octal | 100 | 210 | 122 | 65 | 0 | 50 | 57 | 207 | 44 | 47 |
| Binary | 1000000 | 10001000 | 1010010 | 110101 | 0 | 101000 | 101111 | 10000111 | 100100 | 100111 |
Color Harmonies of #408852
Complementary color
Monochromatic Colors of #408852
Black with #408852
Text Example
Text Example
White with #408852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408852; }
p { color: rgb(64,136,82); }
H1.HeaderClassName
{
color: #408852;
}
.AnyTagClassName
{
color: #408852;
}
</style>
background-color css
<style>
a { background-color: #408852; }
a { background-color: rgb(64,136,82); }
div.DivClassName
{
background-color: #408852;
}
.BgClassName
{
background-color: #408852;
}
</style>
border-color css
<style>
span { border-color: #408852; }
span { border-color: rgb(64,136,82); }
td.TdClassName
{
border-color: #408852;
}
.TagClassName
{
border-color: #408852;
}
</style>