Shades of Amazon #428058
Tints of Amazon #428058
RGB
CMYK
RGB Variations
Color information
#428058 (or 0x428058) is known color: Amazon. HEX triplet: 42, 80 and 58. RGB value is (66,128,88). Sum of RGB (Red+Green+Blue) = 66+128+88=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #428058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428058 is #BD7FA7. Grayscale: #696969. Windows color (decimal): -12418984 or 5800002. OLE color: 5800002.
HSL color Cylindrical-coordinate representation of color #428058: hue angle of 141.29º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #428058 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 128 | 88 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.50 |
| HSL | 141.29º | 0.32% | 0.38% | - |
| HSV(B) | 141.29º | 0.48% | 0.5% | - |
| XYZ | 11.73 | 17.3 | 11.95 | - |
| YUV | 104.9 | 118.46 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 88 | 0.48 | 0 | 0.31 | 0.50 | 141.29 | 0.32 | 0.38 |
| Hex | 42 | 80 | 58 | 30 | 0 | 1F | 32 | 8D | 20 | 26 |
| Octal | 102 | 200 | 130 | 60 | 0 | 37 | 62 | 215 | 40 | 46 |
| Binary | 1000010 | 10000000 | 1011000 | 110000 | 0 | 11111 | 110010 | 10001101 | 100000 | 100110 |
Color Harmonies of #428058
Complementary color
Monochromatic Colors of #428058
Black with #428058
Text Example
Text Example
White with #428058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428058; }
p { color: rgb(66,128,88); }
H1.HeaderClassName
{
color: #428058;
}
.AnyTagClassName
{
color: #428058;
}
</style>
background-color css
<style>
a { background-color: #428058; }
a { background-color: rgb(66,128,88); }
div.DivClassName
{
background-color: #428058;
}
.BgClassName
{
background-color: #428058;
}
</style>
border-color css
<style>
span { border-color: #428058; }
span { border-color: rgb(66,128,88); }
td.TdClassName
{
border-color: #428058;
}
.TagClassName
{
border-color: #428058;
}
</style>