Shades of Amazon #428859
Tints of Amazon #428859
RGB
CMYK
RGB Variations
Color information
#428859 (or 0x428859) is known color: Amazon. HEX triplet: 42, 88 and 59. RGB value is (66,136,89). Sum of RGB (Red+Green+Blue) = 66+136+89=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #428859 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428859 is #BD77A6. Grayscale: #6D6D6D. Windows color (decimal): -12416935 or 5867586. OLE color: 5867586.
HSL color Cylindrical-coordinate representation of color #428859: hue angle of 139.71º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428859 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 136 | 89 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.47 |
| HSL | 139.71º | 0.35% | 0.4% | - |
| HSV(B) | 139.71º | 0.51% | 0.53% | - |
| XYZ | 12.85 | 19.49 | 12.54 | - |
| YUV | 109.71 | 116.31 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 89 | 0.51 | 0 | 0.35 | 0.47 | 139.71 | 0.35 | 0.4 |
| Hex | 42 | 88 | 59 | 33 | 0 | 23 | 2F | 8C | 23 | 28 |
| Octal | 102 | 210 | 131 | 63 | 0 | 43 | 57 | 214 | 43 | 50 |
| Binary | 1000010 | 10001000 | 1011001 | 110011 | 0 | 100011 | 101111 | 10001100 | 100011 | 101000 |
Color Harmonies of #428859
Complementary color
Monochromatic Colors of #428859
Black with #428859
Text Example
Text Example
White with #428859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428859; }
p { color: rgb(66,136,89); }
H1.HeaderClassName
{
color: #428859;
}
.AnyTagClassName
{
color: #428859;
}
</style>
background-color css
<style>
a { background-color: #428859; }
a { background-color: rgb(66,136,89); }
div.DivClassName
{
background-color: #428859;
}
.BgClassName
{
background-color: #428859;
}
</style>
border-color css
<style>
span { border-color: #428859; }
span { border-color: rgb(66,136,89); }
td.TdClassName
{
border-color: #428859;
}
.TagClassName
{
border-color: #428859;
}
</style>