Shades of Amazon #428259
Tints of Amazon #428259
RGB
CMYK
RGB Variations
Color information
#428259 (or 0x428259) is known color: Amazon. HEX triplet: 42, 82 and 59. RGB value is (66,130,89). Sum of RGB (Red+Green+Blue) = 66+130+89=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #428259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428259 is #BD7DA6. Grayscale: #6A6A6A. Windows color (decimal): -12418471 or 5866050. OLE color: 5866050.
HSL color Cylindrical-coordinate representation of color #428259: hue angle of 141.56º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428259 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 130 | 89 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.49 |
| HSL | 141.56º | 0.33% | 0.38% | - |
| HSV(B) | 141.56º | 0.49% | 0.51% | - |
| XYZ | 12.03 | 17.84 | 12.26 | - |
| YUV | 106.19 | 118.3 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 89 | 0.49 | 0 | 0.32 | 0.49 | 141.56 | 0.33 | 0.38 |
| Hex | 42 | 82 | 59 | 31 | 0 | 20 | 31 | 8E | 21 | 26 |
| Octal | 102 | 202 | 131 | 61 | 0 | 40 | 61 | 216 | 41 | 46 |
| Binary | 1000010 | 10000010 | 1011001 | 110001 | 0 | 100000 | 110001 | 10001110 | 100001 | 100110 |
Color Harmonies of #428259
Complementary color
Monochromatic Colors of #428259
Black with #428259
Text Example
Text Example
White with #428259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428259; }
p { color: rgb(66,130,89); }
H1.HeaderClassName
{
color: #428259;
}
.AnyTagClassName
{
color: #428259;
}
</style>
background-color css
<style>
a { background-color: #428259; }
a { background-color: rgb(66,130,89); }
div.DivClassName
{
background-color: #428259;
}
.BgClassName
{
background-color: #428259;
}
</style>
border-color css
<style>
span { border-color: #428259; }
span { border-color: rgb(66,130,89); }
td.TdClassName
{
border-color: #428259;
}
.TagClassName
{
border-color: #428259;
}
</style>