Shades of Amazon #408452
Tints of Amazon #408452
RGB
CMYK
RGB Variations
Color information
#408452 (or 0x408452) is known color: Amazon. HEX triplet: 40, 84 and 52. RGB value is (64,132,82). Sum of RGB (Red+Green+Blue) = 64+132+82=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #408452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408452 is #BF7BAD. Grayscale: #6A6A6A. Windows color (decimal): -12549038 or 5407808. OLE color: 5407808.
HSL color Cylindrical-coordinate representation of color #408452: hue angle of 135.88º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408452 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 132 | 82 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.48 |
| HSL | 135.88º | 0.35% | 0.38% | - |
| HSV(B) | 135.88º | 0.52% | 0.52% | - |
| XYZ | 11.89 | 18.2 | 10.87 | - |
| YUV | 105.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 132 | 82 | 0.52 | 0 | 0.38 | 0.48 | 135.88 | 0.35 | 0.38 |
| Hex | 40 | 84 | 52 | 34 | 0 | 26 | 30 | 88 | 23 | 26 |
| Octal | 100 | 204 | 122 | 64 | 0 | 46 | 60 | 210 | 43 | 46 |
| Binary | 1000000 | 10000100 | 1010010 | 110100 | 0 | 100110 | 110000 | 10001000 | 100011 | 100110 |
Color Harmonies of #408452
Complementary color
Monochromatic Colors of #408452
Black with #408452
Text Example
Text Example
White with #408452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408452; }
p { color: rgb(64,132,82); }
H1.HeaderClassName
{
color: #408452;
}
.AnyTagClassName
{
color: #408452;
}
</style>
background-color css
<style>
a { background-color: #408452; }
a { background-color: rgb(64,132,82); }
div.DivClassName
{
background-color: #408452;
}
.BgClassName
{
background-color: #408452;
}
</style>
border-color css
<style>
span { border-color: #408452; }
span { border-color: rgb(64,132,82); }
td.TdClassName
{
border-color: #408452;
}
.TagClassName
{
border-color: #408452;
}
</style>