Shades of Amazon #428459
Tints of Amazon #428459
RGB
CMYK
RGB Variations
Color information
#428459 (or 0x428459) is known color: Amazon. HEX triplet: 42, 84 and 59. RGB value is (66,132,89). Sum of RGB (Red+Green+Blue) = 66+132+89=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #428459 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428459 is #BD7BA6. Grayscale: #6B6B6B. Windows color (decimal): -12417959 or 5866562. OLE color: 5866562.
HSL color Cylindrical-coordinate representation of color #428459: hue angle of 140.91º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428459 is Cyan = 0.5, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 132 | 89 | - |
| CMYK | 0.5 | 0 | 0.33 | 0.48 |
| HSL | 140.91º | 0.33% | 0.39% | - |
| HSV(B) | 140.91º | 0.5% | 0.52% | - |
| XYZ | 12.3 | 18.38 | 12.35 | - |
| YUV | 107.36 | 117.63 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 132 | 89 | 0.5 | 0 | 0.33 | 0.48 | 140.91 | 0.33 | 0.39 |
| Hex | 42 | 84 | 59 | 32 | 0 | 21 | 30 | 8D | 21 | 27 |
| Octal | 102 | 204 | 131 | 62 | 0 | 41 | 60 | 215 | 41 | 47 |
| Binary | 1000010 | 10000100 | 1011001 | 110010 | 0 | 100001 | 110000 | 10001101 | 100001 | 100111 |
Color Harmonies of #428459
Complementary color
Monochromatic Colors of #428459
Black with #428459
Text Example
Text Example
White with #428459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428459; }
p { color: rgb(66,132,89); }
H1.HeaderClassName
{
color: #428459;
}
.AnyTagClassName
{
color: #428459;
}
</style>
background-color css
<style>
a { background-color: #428459; }
a { background-color: rgb(66,132,89); }
div.DivClassName
{
background-color: #428459;
}
.BgClassName
{
background-color: #428459;
}
</style>
border-color css
<style>
span { border-color: #428459; }
span { border-color: rgb(66,132,89); }
td.TdClassName
{
border-color: #428459;
}
.TagClassName
{
border-color: #428459;
}
</style>