Shades of Amazon #428954
Tints of Amazon #428954
RGB
CMYK
RGB Variations
Color information
#428954 (or 0x428954) is known color: Amazon. HEX triplet: 42, 89 and 54. RGB value is (66,137,84). Sum of RGB (Red+Green+Blue) = 66+137+84=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #428954 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428954 is #BD76AB. Grayscale: #6D6D6D. Windows color (decimal): -12416684 or 5540162. OLE color: 5540162.
HSL color Cylindrical-coordinate representation of color #428954: hue angle of 135.21º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428954 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 137 | 84 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.46 |
| HSL | 135.21º | 0.35% | 0.4% | - |
| HSV(B) | 135.21º | 0.52% | 0.54% | - |
| XYZ | 12.79 | 19.69 | 11.51 | - |
| YUV | 109.73 | 113.48 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 137 | 84 | 0.52 | 0 | 0.39 | 0.46 | 135.21 | 0.35 | 0.4 |
| Hex | 42 | 89 | 54 | 34 | 0 | 27 | 2E | 87 | 23 | 28 |
| Octal | 102 | 211 | 124 | 64 | 0 | 47 | 56 | 207 | 43 | 50 |
| Binary | 1000010 | 10001001 | 1010100 | 110100 | 0 | 100111 | 101110 | 10000111 | 100011 | 101000 |
Color Harmonies of #428954
Complementary color
Monochromatic Colors of #428954
Black with #428954
Text Example
Text Example
White with #428954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428954; }
p { color: rgb(66,137,84); }
H1.HeaderClassName
{
color: #428954;
}
.AnyTagClassName
{
color: #428954;
}
</style>
background-color css
<style>
a { background-color: #428954; }
a { background-color: rgb(66,137,84); }
div.DivClassName
{
background-color: #428954;
}
.BgClassName
{
background-color: #428954;
}
</style>
border-color css
<style>
span { border-color: #428954; }
span { border-color: rgb(66,137,84); }
td.TdClassName
{
border-color: #428954;
}
.TagClassName
{
border-color: #428954;
}
</style>