Shades of Amazon #428658
Tints of Amazon #428658
RGB
CMYK
RGB Variations
Color information
#428658 (or 0x428658) is known color: Amazon. HEX triplet: 42, 86 and 58. RGB value is (66,134,88). Sum of RGB (Red+Green+Blue) = 66+134+88=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #428658 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428658 is #BD79A7. Grayscale: #6C6C6C. Windows color (decimal): -12417448 or 5801538. OLE color: 5801538.
HSL color Cylindrical-coordinate representation of color #428658: hue angle of 139.41º 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 #428658 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 134 | 88 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.47 |
| HSL | 139.41º | 0.34% | 0.39% | - |
| HSV(B) | 139.41º | 0.51% | 0.53% | - |
| XYZ | 12.53 | 18.91 | 12.22 | - |
| YUV | 108.42 | 116.47 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 88 | 0.51 | 0 | 0.34 | 0.47 | 139.41 | 0.34 | 0.39 |
| Hex | 42 | 86 | 58 | 33 | 0 | 22 | 2F | 8B | 22 | 27 |
| Octal | 102 | 206 | 130 | 63 | 0 | 42 | 57 | 213 | 42 | 47 |
| Binary | 1000010 | 10000110 | 1011000 | 110011 | 0 | 100010 | 101111 | 10001011 | 100010 | 100111 |
Color Harmonies of #428658
Complementary color
Monochromatic Colors of #428658
Black with #428658
Text Example
Text Example
White with #428658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428658; }
p { color: rgb(66,134,88); }
H1.HeaderClassName
{
color: #428658;
}
.AnyTagClassName
{
color: #428658;
}
</style>
background-color css
<style>
a { background-color: #428658; }
a { background-color: rgb(66,134,88); }
div.DivClassName
{
background-color: #428658;
}
.BgClassName
{
background-color: #428658;
}
</style>
border-color css
<style>
span { border-color: #428658; }
span { border-color: rgb(66,134,88); }
td.TdClassName
{
border-color: #428658;
}
.TagClassName
{
border-color: #428658;
}
</style>