Shades of Amazon #408254
Tints of Amazon #408254
RGB
CMYK
RGB Variations
Color information
#408254 (or 0x408254) is known color: Amazon. HEX triplet: 40, 82 and 54. RGB value is (64,130,84). Sum of RGB (Red+Green+Blue) = 64+130+84=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #408254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408254 is #BF7DAB. Grayscale: #696969. Windows color (decimal): -12549548 or 5538368. OLE color: 5538368.
HSL color Cylindrical-coordinate representation of color #408254: hue angle of 138.18º 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 #408254 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 130 | 84 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.49 |
| HSL | 138.18º | 0.34% | 0.38% | - |
| HSV(B) | 138.18º | 0.51% | 0.51% | - |
| XYZ | 11.7 | 17.7 | 11.19 | - |
| YUV | 105.02 | 116.13 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 84 | 0.51 | 0 | 0.35 | 0.49 | 138.18 | 0.34 | 0.38 |
| Hex | 40 | 82 | 54 | 33 | 0 | 23 | 31 | 8A | 22 | 26 |
| Octal | 100 | 202 | 124 | 63 | 0 | 43 | 61 | 212 | 42 | 46 |
| Binary | 1000000 | 10000010 | 1010100 | 110011 | 0 | 100011 | 110001 | 10001010 | 100010 | 100110 |
Color Harmonies of #408254
Complementary color
Monochromatic Colors of #408254
Black with #408254
Text Example
Text Example
White with #408254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408254; }
p { color: rgb(64,130,84); }
H1.HeaderClassName
{
color: #408254;
}
.AnyTagClassName
{
color: #408254;
}
</style>
background-color css
<style>
a { background-color: #408254; }
a { background-color: rgb(64,130,84); }
div.DivClassName
{
background-color: #408254;
}
.BgClassName
{
background-color: #408254;
}
</style>
border-color css
<style>
span { border-color: #408254; }
span { border-color: rgb(64,130,84); }
td.TdClassName
{
border-color: #408254;
}
.TagClassName
{
border-color: #408254;
}
</style>