Shades of Amazon #428157
Tints of Amazon #428157
RGB
CMYK
RGB Variations
Color information
#428157 (or 0x428157) is known color: Amazon. HEX triplet: 42, 81 and 57. RGB value is (66,129,87). Sum of RGB (Red+Green+Blue) = 66+129+87=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #428157 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428157 is #BD7EA8. Grayscale: #696969. Windows color (decimal): -12418729 or 5734722. OLE color: 5734722.
HSL color Cylindrical-coordinate representation of color #428157: hue angle of 140º degrees, saturation: 0.32, 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 #428157 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 87 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.49 |
| HSL | 140º | 0.32% | 0.38% | - |
| HSV(B) | 140º | 0.49% | 0.51% | - |
| XYZ | 11.82 | 17.55 | 11.78 | - |
| YUV | 105.38 | 117.63 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 87 | 0.49 | 0 | 0.33 | 0.49 | 140 | 0.32 | 0.38 |
| Hex | 42 | 81 | 57 | 31 | 0 | 21 | 31 | 8C | 20 | 26 |
| Octal | 102 | 201 | 127 | 61 | 0 | 41 | 61 | 214 | 40 | 46 |
| Binary | 1000010 | 10000001 | 1010111 | 110001 | 0 | 100001 | 110001 | 10001100 | 100000 | 100110 |
Color Harmonies of #428157
Complementary color
Monochromatic Colors of #428157
Black with #428157
Text Example
Text Example
White with #428157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428157; }
p { color: rgb(66,129,87); }
H1.HeaderClassName
{
color: #428157;
}
.AnyTagClassName
{
color: #428157;
}
</style>
background-color css
<style>
a { background-color: #428157; }
a { background-color: rgb(66,129,87); }
div.DivClassName
{
background-color: #428157;
}
.BgClassName
{
background-color: #428157;
}
</style>
border-color css
<style>
span { border-color: #428157; }
span { border-color: rgb(66,129,87); }
td.TdClassName
{
border-color: #428157;
}
.TagClassName
{
border-color: #428157;
}
</style>