Shades of Amazon #428A57
Tints of Amazon #428A57
RGB
CMYK
RGB Variations
Color information
#428A57 (or 0x428A57) is known color: Amazon. HEX triplet: 42, 8A and 57. RGB value is (66,138,87). Sum of RGB (Red+Green+Blue) = 66+138+87=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 138 (54.30% from 255 or 47.42% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 138 - color contains mainly: green. Hex color #428A57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A57 is #BD75A8. Grayscale: #6E6E6E. Windows color (decimal): -12416425 or 5737026. OLE color: 5737026.
HSL color Cylindrical-coordinate representation of color #428A57: hue angle of 137.5º 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 #428A57 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 138 | 87 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.46 |
| HSL | 137.5º | 0.35% | 0.4% | - |
| HSV(B) | 137.5º | 0.52% | 0.54% | - |
| XYZ | 13.06 | 20.02 | 12.19 | - |
| YUV | 110.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 87 | 0.52 | 0 | 0.37 | 0.46 | 137.5 | 0.35 | 0.4 |
| Hex | 42 | 8A | 57 | 34 | 0 | 25 | 2E | 8A | 23 | 28 |
| Octal | 102 | 212 | 127 | 64 | 0 | 45 | 56 | 212 | 43 | 50 |
| Binary | 1000010 | 10001010 | 1010111 | 110100 | 0 | 100101 | 101110 | 10001010 | 100011 | 101000 |
Color Harmonies of #428A57
Complementary color
Monochromatic Colors of #428A57
Black with #428A57
Text Example
Text Example
White with #428A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428A57; }
p { color: rgb(66,138,87); }
H1.HeaderClassName
{
color: #428A57;
}
.AnyTagClassName
{
color: #428A57;
}
</style>
background-color css
<style>
a { background-color: #428A57; }
a { background-color: rgb(66,138,87); }
div.DivClassName
{
background-color: #428A57;
}
.BgClassName
{
background-color: #428A57;
}
</style>
border-color css
<style>
span { border-color: #428A57; }
span { border-color: rgb(66,138,87); }
td.TdClassName
{
border-color: #428A57;
}
.TagClassName
{
border-color: #428A57;
}
</style>