Shades of Amazon #428158
Tints of Amazon #428158
RGB
CMYK
RGB Variations
Color information
#428158 (or 0x428158) is known color: Amazon. HEX triplet: 42, 81 and 58. RGB value is (66,129,88). Sum of RGB (Red+Green+Blue) = 66+129+88=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #428158 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428158 is #BD7EA7. Grayscale: #696969. Windows color (decimal): -12418728 or 5800258. OLE color: 5800258.
HSL color Cylindrical-coordinate representation of color #428158: hue angle of 140.95º 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 #428158 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 88 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.49 |
| HSL | 140.95º | 0.32% | 0.38% | - |
| HSV(B) | 140.95º | 0.49% | 0.51% | - |
| XYZ | 11.86 | 17.56 | 12 | - |
| YUV | 105.49 | 118.13 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 88 | 0.49 | 0 | 0.32 | 0.49 | 140.95 | 0.32 | 0.38 |
| Hex | 42 | 81 | 58 | 31 | 0 | 20 | 31 | 8D | 20 | 26 |
| Octal | 102 | 201 | 130 | 61 | 0 | 40 | 61 | 215 | 40 | 46 |
| Binary | 1000010 | 10000001 | 1011000 | 110001 | 0 | 100000 | 110001 | 10001101 | 100000 | 100110 |
Color Harmonies of #428158
Complementary color
Monochromatic Colors of #428158
Black with #428158
Text Example
Text Example
White with #428158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428158; }
p { color: rgb(66,129,88); }
H1.HeaderClassName
{
color: #428158;
}
.AnyTagClassName
{
color: #428158;
}
</style>
background-color css
<style>
a { background-color: #428158; }
a { background-color: rgb(66,129,88); }
div.DivClassName
{
background-color: #428158;
}
.BgClassName
{
background-color: #428158;
}
</style>
border-color css
<style>
span { border-color: #428158; }
span { border-color: rgb(66,129,88); }
td.TdClassName
{
border-color: #428158;
}
.TagClassName
{
border-color: #428158;
}
</style>