Shades of Amazon #428156
Tints of Amazon #428156
RGB
CMYK
RGB Variations
Color information
#428156 (or 0x428156) is known color: Amazon. HEX triplet: 42, 81 and 56. RGB value is (66,129,86). Sum of RGB (Red+Green+Blue) = 66+129+86=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #428156 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428156 is #BD7EA9. Grayscale: #696969. Windows color (decimal): -12418730 or 5669186. OLE color: 5669186.
HSL color Cylindrical-coordinate representation of color #428156: hue angle of 139.05º 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 #428156 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 86 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.49 |
| HSL | 139.05º | 0.32% | 0.38% | - |
| HSV(B) | 139.05º | 0.49% | 0.51% | - |
| XYZ | 11.78 | 17.53 | 11.57 | - |
| YUV | 105.26 | 117.13 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 86 | 0.49 | 0 | 0.33 | 0.49 | 139.05 | 0.32 | 0.38 |
| Hex | 42 | 81 | 56 | 31 | 0 | 21 | 31 | 8B | 20 | 26 |
| Octal | 102 | 201 | 126 | 61 | 0 | 41 | 61 | 213 | 40 | 46 |
| Binary | 1000010 | 10000001 | 1010110 | 110001 | 0 | 100001 | 110001 | 10001011 | 100000 | 100110 |
Color Harmonies of #428156
Complementary color
Monochromatic Colors of #428156
Black with #428156
Text Example
Text Example
White with #428156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428156; }
p { color: rgb(66,129,86); }
H1.HeaderClassName
{
color: #428156;
}
.AnyTagClassName
{
color: #428156;
}
</style>
background-color css
<style>
a { background-color: #428156; }
a { background-color: rgb(66,129,86); }
div.DivClassName
{
background-color: #428156;
}
.BgClassName
{
background-color: #428156;
}
</style>
border-color css
<style>
span { border-color: #428156; }
span { border-color: rgb(66,129,86); }
td.TdClassName
{
border-color: #428156;
}
.TagClassName
{
border-color: #428156;
}
</style>