Shades of Amazon #428758
Tints of Amazon #428758
RGB
CMYK
RGB Variations
Color information
#428758 (or 0x428758) is known color: Amazon. HEX triplet: 42, 87 and 58. RGB value is (66,135,88). Sum of RGB (Red+Green+Blue) = 66+135+88=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #428758 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428758 is #BD78A7. Grayscale: #6D6D6D. Windows color (decimal): -12417192 or 5801794. OLE color: 5801794.
HSL color Cylindrical-coordinate representation of color #428758: hue angle of 139.13º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428758 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 135 | 88 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.47 |
| HSL | 139.13º | 0.34% | 0.39% | - |
| HSV(B) | 139.13º | 0.51% | 0.53% | - |
| XYZ | 12.67 | 19.19 | 12.27 | - |
| YUV | 109.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 135 | 88 | 0.51 | 0 | 0.35 | 0.47 | 139.13 | 0.34 | 0.39 |
| Hex | 42 | 87 | 58 | 33 | 0 | 23 | 2F | 8B | 22 | 27 |
| Octal | 102 | 207 | 130 | 63 | 0 | 43 | 57 | 213 | 42 | 47 |
| Binary | 1000010 | 10000111 | 1011000 | 110011 | 0 | 100011 | 101111 | 10001011 | 100010 | 100111 |
Color Harmonies of #428758
Complementary color
Monochromatic Colors of #428758
Black with #428758
Text Example
Text Example
White with #428758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428758; }
p { color: rgb(66,135,88); }
H1.HeaderClassName
{
color: #428758;
}
.AnyTagClassName
{
color: #428758;
}
</style>
background-color css
<style>
a { background-color: #428758; }
a { background-color: rgb(66,135,88); }
div.DivClassName
{
background-color: #428758;
}
.BgClassName
{
background-color: #428758;
}
</style>
border-color css
<style>
span { border-color: #428758; }
span { border-color: rgb(66,135,88); }
td.TdClassName
{
border-color: #428758;
}
.TagClassName
{
border-color: #428758;
}
</style>