Shades of Amazon #428557
Tints of Amazon #428557
RGB
CMYK
RGB Variations
Color information
#428557 (or 0x428557) is known color: Amazon. HEX triplet: 42, 85 and 57. RGB value is (66,133,87). Sum of RGB (Red+Green+Blue) = 66+133+87=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #428557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428557 is #BD7AA8. Grayscale: #6B6B6B. Windows color (decimal): -12417705 or 5735746. OLE color: 5735746.
HSL color Cylindrical-coordinate representation of color #428557: hue angle of 138.81º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428557 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 133 | 87 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.48 |
| HSL | 138.81º | 0.34% | 0.39% | - |
| HSV(B) | 138.81º | 0.5% | 0.52% | - |
| XYZ | 12.35 | 18.62 | 11.96 | - |
| YUV | 107.72 | 116.3 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 87 | 0.50 | 0 | 0.35 | 0.48 | 138.81 | 0.34 | 0.39 |
| Hex | 42 | 85 | 57 | 32 | 0 | 23 | 30 | 8B | 22 | 27 |
| Octal | 102 | 205 | 127 | 62 | 0 | 43 | 60 | 213 | 42 | 47 |
| Binary | 1000010 | 10000101 | 1010111 | 110010 | 0 | 100011 | 110000 | 10001011 | 100010 | 100111 |
Color Harmonies of #428557
Complementary color
Monochromatic Colors of #428557
Black with #428557
Text Example
Text Example
White with #428557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428557; }
p { color: rgb(66,133,87); }
H1.HeaderClassName
{
color: #428557;
}
.AnyTagClassName
{
color: #428557;
}
</style>
background-color css
<style>
a { background-color: #428557; }
a { background-color: rgb(66,133,87); }
div.DivClassName
{
background-color: #428557;
}
.BgClassName
{
background-color: #428557;
}
</style>
border-color css
<style>
span { border-color: #428557; }
span { border-color: rgb(66,133,87); }
td.TdClassName
{
border-color: #428557;
}
.TagClassName
{
border-color: #428557;
}
</style>