Shades of Amazon #428957
Tints of Amazon #428957
RGB
CMYK
RGB Variations
Color information
#428957 (or 0x428957) is known color: Amazon. HEX triplet: 42, 89 and 57. RGB value is (66,137,87). Sum of RGB (Red+Green+Blue) = 66+137+87=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 137 - color contains mainly: green. Hex color #428957 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428957 is #BD76A8. Grayscale: #6E6E6E. Windows color (decimal): -12416681 or 5736770. OLE color: 5736770.
HSL color Cylindrical-coordinate representation of color #428957: hue angle of 137.75º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428957 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 137 | 87 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.46 |
| HSL | 137.75º | 0.35% | 0.4% | - |
| HSV(B) | 137.75º | 0.52% | 0.54% | - |
| XYZ | 12.91 | 19.74 | 12.15 | - |
| YUV | 110.07 | 114.98 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 137 | 87 | 0.52 | 0 | 0.36 | 0.46 | 137.75 | 0.35 | 0.4 |
| Hex | 42 | 89 | 57 | 34 | 0 | 24 | 2E | 8A | 23 | 28 |
| Octal | 102 | 211 | 127 | 64 | 0 | 44 | 56 | 212 | 43 | 50 |
| Binary | 1000010 | 10001001 | 1010111 | 110100 | 0 | 100100 | 101110 | 10001010 | 100011 | 101000 |
Color Harmonies of #428957
Complementary color
Monochromatic Colors of #428957
Black with #428957
Text Example
Text Example
White with #428957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428957; }
p { color: rgb(66,137,87); }
H1.HeaderClassName
{
color: #428957;
}
.AnyTagClassName
{
color: #428957;
}
</style>
background-color css
<style>
a { background-color: #428957; }
a { background-color: rgb(66,137,87); }
div.DivClassName
{
background-color: #428957;
}
.BgClassName
{
background-color: #428957;
}
</style>
border-color css
<style>
span { border-color: #428957; }
span { border-color: rgb(66,137,87); }
td.TdClassName
{
border-color: #428957;
}
.TagClassName
{
border-color: #428957;
}
</style>