Shades of Amazon #408252
Tints of Amazon #408252
RGB
CMYK
RGB Variations
Color information
#408252 (or 0x408252) is known color: Amazon. HEX triplet: 40, 82 and 52. RGB value is (64,130,82). Sum of RGB (Red+Green+Blue) = 64+130+82=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #408252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408252 is #BF7DAD. Grayscale: #686868. Windows color (decimal): -12549550 or 5407296. OLE color: 5407296.
HSL color Cylindrical-coordinate representation of color #408252: hue angle of 136.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408252 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 130 | 82 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.49 |
| HSL | 136.36º | 0.34% | 0.38% | - |
| HSV(B) | 136.36º | 0.51% | 0.51% | - |
| XYZ | 11.62 | 17.66 | 10.78 | - |
| YUV | 104.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 82 | 0.51 | 0 | 0.37 | 0.49 | 136.36 | 0.34 | 0.38 |
| Hex | 40 | 82 | 52 | 33 | 0 | 25 | 31 | 88 | 22 | 26 |
| Octal | 100 | 202 | 122 | 63 | 0 | 45 | 61 | 210 | 42 | 46 |
| Binary | 1000000 | 10000010 | 1010010 | 110011 | 0 | 100101 | 110001 | 10001000 | 100010 | 100110 |
Color Harmonies of #408252
Complementary color
Monochromatic Colors of #408252
Black with #408252
Text Example
Text Example
White with #408252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408252; }
p { color: rgb(64,130,82); }
H1.HeaderClassName
{
color: #408252;
}
.AnyTagClassName
{
color: #408252;
}
</style>
background-color css
<style>
a { background-color: #408252; }
a { background-color: rgb(64,130,82); }
div.DivClassName
{
background-color: #408252;
}
.BgClassName
{
background-color: #408252;
}
</style>
border-color css
<style>
span { border-color: #408252; }
span { border-color: rgb(64,130,82); }
td.TdClassName
{
border-color: #408252;
}
.TagClassName
{
border-color: #408252;
}
</style>