Shades of Amazon #428254
Tints of Amazon #428254
RGB
CMYK
RGB Variations
Color information
#428254 (or 0x428254) is known color: Amazon. HEX triplet: 42, 82 and 54. RGB value is (66,130,84). Sum of RGB (Red+Green+Blue) = 66+130+84=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #428254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428254 is #BD7DAB. Grayscale: #696969. Windows color (decimal): -12418476 or 5538370. OLE color: 5538370.
HSL color Cylindrical-coordinate representation of color #428254: hue angle of 136.88º degrees, saturation: 0.33, 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 #428254 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 130 | 84 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.49 |
| HSL | 136.88º | 0.33% | 0.38% | - |
| HSV(B) | 136.88º | 0.49% | 0.51% | - |
| XYZ | 11.83 | 17.76 | 11.19 | - |
| YUV | 105.62 | 115.8 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 84 | 0.49 | 0 | 0.35 | 0.49 | 136.88 | 0.33 | 0.38 |
| Hex | 42 | 82 | 54 | 31 | 0 | 23 | 31 | 89 | 21 | 26 |
| Octal | 102 | 202 | 124 | 61 | 0 | 43 | 61 | 211 | 41 | 46 |
| Binary | 1000010 | 10000010 | 1010100 | 110001 | 0 | 100011 | 110001 | 10001001 | 100001 | 100110 |
Color Harmonies of #428254
Complementary color
Monochromatic Colors of #428254
Black with #428254
Text Example
Text Example
White with #428254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428254; }
p { color: rgb(66,130,84); }
H1.HeaderClassName
{
color: #428254;
}
.AnyTagClassName
{
color: #428254;
}
</style>
background-color css
<style>
a { background-color: #428254; }
a { background-color: rgb(66,130,84); }
div.DivClassName
{
background-color: #428254;
}
.BgClassName
{
background-color: #428254;
}
</style>
border-color css
<style>
span { border-color: #428254; }
span { border-color: rgb(66,130,84); }
td.TdClassName
{
border-color: #428254;
}
.TagClassName
{
border-color: #428254;
}
</style>