Shades of Amazon #428257
Tints of Amazon #428257
RGB
CMYK
RGB Variations
Color information
#428257 (or 0x428257) is known color: Amazon. HEX triplet: 42, 82 and 57. RGB value is (66,130,87). Sum of RGB (Red+Green+Blue) = 66+130+87=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #428257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428257 is #BD7DA8. Grayscale: #6A6A6A. Windows color (decimal): -12418473 or 5734978. OLE color: 5734978.
HSL color Cylindrical-coordinate representation of color #428257: hue angle of 139.69º 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 #428257 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 130 | 87 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.49 |
| HSL | 139.69º | 0.33% | 0.38% | - |
| HSV(B) | 139.69º | 0.49% | 0.51% | - |
| XYZ | 11.95 | 17.81 | 11.83 | - |
| YUV | 105.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 87 | 0.49 | 0 | 0.33 | 0.49 | 139.69 | 0.33 | 0.38 |
| Hex | 42 | 82 | 57 | 31 | 0 | 21 | 31 | 8C | 21 | 26 |
| Octal | 102 | 202 | 127 | 61 | 0 | 41 | 61 | 214 | 41 | 46 |
| Binary | 1000010 | 10000010 | 1010111 | 110001 | 0 | 100001 | 110001 | 10001100 | 100001 | 100110 |
Color Harmonies of #428257
Complementary color
Monochromatic Colors of #428257
Black with #428257
Text Example
Text Example
White with #428257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428257; }
p { color: rgb(66,130,87); }
H1.HeaderClassName
{
color: #428257;
}
.AnyTagClassName
{
color: #428257;
}
</style>
background-color css
<style>
a { background-color: #428257; }
a { background-color: rgb(66,130,87); }
div.DivClassName
{
background-color: #428257;
}
.BgClassName
{
background-color: #428257;
}
</style>
border-color css
<style>
span { border-color: #428257; }
span { border-color: rgb(66,130,87); }
td.TdClassName
{
border-color: #428257;
}
.TagClassName
{
border-color: #428257;
}
</style>