Shades of Amazon #428A59
Tints of Amazon #428A59
RGB
CMYK
RGB Variations
Color information
#428A59 (or 0x428A59) is known color: Amazon. HEX triplet: 42, 8A and 59. RGB value is (66,138,89). Sum of RGB (Red+Green+Blue) = 66+138+89=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 138 - color contains mainly: green. Hex color #428A59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A59 is #BD75A6. Grayscale: #6F6F6F. Windows color (decimal): -12416423 or 5868098. OLE color: 5868098.
HSL color Cylindrical-coordinate representation of color #428A59: hue angle of 139.17º 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 #428A59 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 138 | 89 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.46 |
| HSL | 139.17º | 0.35% | 0.4% | - |
| HSV(B) | 139.17º | 0.52% | 0.54% | - |
| XYZ | 13.14 | 20.06 | 12.63 | - |
| YUV | 110.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 89 | 0.52 | 0 | 0.36 | 0.46 | 139.17 | 0.35 | 0.4 |
| Hex | 42 | 8A | 59 | 34 | 0 | 24 | 2E | 8B | 23 | 28 |
| Octal | 102 | 212 | 131 | 64 | 0 | 44 | 56 | 213 | 43 | 50 |
| Binary | 1000010 | 10001010 | 1011001 | 110100 | 0 | 100100 | 101110 | 10001011 | 100011 | 101000 |
Color Harmonies of #428A59
Complementary color
Monochromatic Colors of #428A59
Black with #428A59
Text Example
Text Example
White with #428A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428A59; }
p { color: rgb(66,138,89); }
H1.HeaderClassName
{
color: #428A59;
}
.AnyTagClassName
{
color: #428A59;
}
</style>
background-color css
<style>
a { background-color: #428A59; }
a { background-color: rgb(66,138,89); }
div.DivClassName
{
background-color: #428A59;
}
.BgClassName
{
background-color: #428A59;
}
</style>
border-color css
<style>
span { border-color: #428A59; }
span { border-color: rgb(66,138,89); }
td.TdClassName
{
border-color: #428A59;
}
.TagClassName
{
border-color: #428A59;
}
</style>