Shades of Amazon #317859
Tints of Amazon #317859
RGB
CMYK
RGB Variations
Color information
#317859 (or 0x317859) is known color: Amazon. HEX triplet: 31, 78 and 59. RGB value is (49,120,89). Sum of RGB (Red+Green+Blue) = 49+120+89=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #317859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317859 is #CE87A6. Grayscale: #5F5F5F. Windows color (decimal): -13535143 or 5863473. OLE color: 5863473.
HSL color Cylindrical-coordinate representation of color #317859: hue angle of 153.8º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317859 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 120 | 89 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.53 |
| HSL | 153.8º | 0.42% | 0.33% | - |
| HSV(B) | 153.8º | 0.59% | 0.47% | - |
| XYZ | 9.79 | 14.81 | 11.79 | - |
| YUV | 95.24 | 124.48 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 120 | 89 | 0.59 | 0 | 0.26 | 0.53 | 153.8 | 0.42 | 0.33 |
| Hex | 31 | 78 | 59 | 3B | 0 | 1A | 35 | 9A | 2A | 21 |
| Octal | 61 | 170 | 131 | 73 | 0 | 32 | 65 | 232 | 52 | 41 |
| Binary | 110001 | 1111000 | 1011001 | 111011 | 0 | 11010 | 110101 | 10011010 | 101010 | 100001 |
Color Harmonies of #317859
Complementary color
Monochromatic Colors of #317859
Black with #317859
Text Example
Text Example
White with #317859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317859; }
p { color: rgb(49,120,89); }
H1.HeaderClassName
{
color: #317859;
}
.AnyTagClassName
{
color: #317859;
}
</style>
background-color css
<style>
a { background-color: #317859; }
a { background-color: rgb(49,120,89); }
div.DivClassName
{
background-color: #317859;
}
.BgClassName
{
background-color: #317859;
}
</style>
border-color css
<style>
span { border-color: #317859; }
span { border-color: rgb(49,120,89); }
td.TdClassName
{
border-color: #317859;
}
.TagClassName
{
border-color: #317859;
}
</style>