Shades of Amazon #428155
Tints of Amazon #428155
RGB
CMYK
RGB Variations
Color information
#428155 (or 0x428155) is known color: Amazon. HEX triplet: 42, 81 and 55. RGB value is (66,129,85). Sum of RGB (Red+Green+Blue) = 66+129+85=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #428155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428155 is #BD7EAA. Grayscale: #696969. Windows color (decimal): -12418731 or 5603650. OLE color: 5603650.
HSL color Cylindrical-coordinate representation of color #428155: hue angle of 138.1º 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 #428155 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 85 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.49 |
| HSL | 138.1º | 0.32% | 0.38% | - |
| HSV(B) | 138.1º | 0.49% | 0.51% | - |
| XYZ | 11.74 | 17.51 | 11.36 | - |
| YUV | 105.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 85 | 0.49 | 0 | 0.34 | 0.49 | 138.1 | 0.32 | 0.38 |
| Hex | 42 | 81 | 55 | 31 | 0 | 22 | 31 | 8A | 20 | 26 |
| Octal | 102 | 201 | 125 | 61 | 0 | 42 | 61 | 212 | 40 | 46 |
| Binary | 1000010 | 10000001 | 1010101 | 110001 | 0 | 100010 | 110001 | 10001010 | 100000 | 100110 |
Color Harmonies of #428155
Complementary color
Monochromatic Colors of #428155
Black with #428155
Text Example
Text Example
White with #428155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428155; }
p { color: rgb(66,129,85); }
H1.HeaderClassName
{
color: #428155;
}
.AnyTagClassName
{
color: #428155;
}
</style>
background-color css
<style>
a { background-color: #428155; }
a { background-color: rgb(66,129,85); }
div.DivClassName
{
background-color: #428155;
}
.BgClassName
{
background-color: #428155;
}
</style>
border-color css
<style>
span { border-color: #428155; }
span { border-color: rgb(66,129,85); }
td.TdClassName
{
border-color: #428155;
}
.TagClassName
{
border-color: #428155;
}
</style>