Shades of Amazon #408152
Tints of Amazon #408152
RGB
CMYK
RGB Variations
Color information
#408152 (or 0x408152) is known color: Amazon. HEX triplet: 40, 81 and 52. RGB value is (64,129,82). Sum of RGB (Red+Green+Blue) = 64+129+82=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #408152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408152 is #BF7EAD. Grayscale: #686868. Windows color (decimal): -12549806 or 5407040. OLE color: 5407040.
HSL color Cylindrical-coordinate representation of color #408152: hue angle of 136.62º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #408152 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 129 | 82 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.49 |
| HSL | 136.62º | 0.34% | 0.38% | - |
| HSV(B) | 136.62º | 0.5% | 0.51% | - |
| XYZ | 11.49 | 17.4 | 10.74 | - |
| YUV | 104.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 129 | 82 | 0.50 | 0 | 0.36 | 0.49 | 136.62 | 0.34 | 0.38 |
| Hex | 40 | 81 | 52 | 32 | 0 | 24 | 31 | 89 | 22 | 26 |
| Octal | 100 | 201 | 122 | 62 | 0 | 44 | 61 | 211 | 42 | 46 |
| Binary | 1000000 | 10000001 | 1010010 | 110010 | 0 | 100100 | 110001 | 10001001 | 100010 | 100110 |
Color Harmonies of #408152
Complementary color
Monochromatic Colors of #408152
Black with #408152
Text Example
Text Example
White with #408152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408152; }
p { color: rgb(64,129,82); }
H1.HeaderClassName
{
color: #408152;
}
.AnyTagClassName
{
color: #408152;
}
</style>
background-color css
<style>
a { background-color: #408152; }
a { background-color: rgb(64,129,82); }
div.DivClassName
{
background-color: #408152;
}
.BgClassName
{
background-color: #408152;
}
</style>
border-color css
<style>
span { border-color: #408152; }
span { border-color: rgb(64,129,82); }
td.TdClassName
{
border-color: #408152;
}
.TagClassName
{
border-color: #408152;
}
</style>