Shades of Amazon #287A4D
Tints of Amazon #287A4D
RGB
CMYK
RGB Variations
Color information
#287A4D (or 0x287A4D) is known color: Amazon. HEX triplet: 28, 7A and 4D. RGB value is (40,122,77). Sum of RGB (Red+Green+Blue) = 40+122+77=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 122 (48.05% from 255 or 51.05% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 122 - color contains mainly: green. Hex color #287A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A4D is #D785B2. Grayscale: #5C5C5C. Windows color (decimal): -14124467 or 5077544. OLE color: 5077544.
HSL color Cylindrical-coordinate representation of color #287A4D: hue angle of 147.07º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287A4D is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 77 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.52 |
| HSL | 147.07º | 0.51% | 0.32% | - |
| HSV(B) | 147.07º | 0.67% | 0.48% | - |
| XYZ | 9.17 | 14.91 | 9.41 | - |
| YUV | 92.35 | 119.33 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 77 | 0.67 | 0 | 0.37 | 0.52 | 147.07 | 0.51 | 0.32 |
| Hex | 28 | 7A | 4D | 43 | 0 | 25 | 34 | 93 | 33 | 20 |
| Octal | 50 | 172 | 115 | 103 | 0 | 45 | 64 | 223 | 63 | 40 |
| Binary | 101000 | 1111010 | 1001101 | 1000011 | 0 | 100101 | 110100 | 10010011 | 110011 | 100000 |
Color Harmonies of #287A4D
Complementary color
Monochromatic Colors of #287A4D
Black with #287A4D
Text Example
Text Example
White with #287A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A4D; }
p { color: rgb(40,122,77); }
H1.HeaderClassName
{
color: #287A4D;
}
.AnyTagClassName
{
color: #287A4D;
}
</style>
background-color css
<style>
a { background-color: #287A4D; }
a { background-color: rgb(40,122,77); }
div.DivClassName
{
background-color: #287A4D;
}
.BgClassName
{
background-color: #287A4D;
}
</style>
border-color css
<style>
span { border-color: #287A4D; }
span { border-color: rgb(40,122,77); }
td.TdClassName
{
border-color: #287A4D;
}
.TagClassName
{
border-color: #287A4D;
}
</style>