Shades of Amazon #31745C
Tints of Amazon #31745C
RGB
CMYK
RGB Variations
Color information
#31745C (or 0x31745C) is known color: Amazon. HEX triplet: 31, 74 and 5C. RGB value is (49,116,92). Sum of RGB (Red+Green+Blue) = 49+116+92=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #31745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31745C is #CE8BA3. Grayscale: #5D5D5D. Windows color (decimal): -13536164 or 6059057. OLE color: 6059057.
HSL color Cylindrical-coordinate representation of color #31745C: hue angle of 158.51º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31745C is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 116 | 92 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.55 |
| HSL | 158.51º | 0.41% | 0.32% | - |
| HSV(B) | 158.51º | 0.58% | 0.45% | - |
| XYZ | 9.44 | 13.92 | 12.31 | - |
| YUV | 93.23 | 127.3 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 116 | 92 | 0.58 | 0 | 0.21 | 0.55 | 158.51 | 0.41 | 0.32 |
| Hex | 31 | 74 | 5C | 3A | 0 | 15 | 37 | 9F | 29 | 20 |
| Octal | 61 | 164 | 134 | 72 | 0 | 25 | 67 | 237 | 51 | 40 |
| Binary | 110001 | 1110100 | 1011100 | 111010 | 0 | 10101 | 110111 | 10011111 | 101001 | 100000 |
Color Harmonies of #31745C
Complementary color
Monochromatic Colors of #31745C
Black with #31745C
Text Example
Text Example
White with #31745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31745C; }
p { color: rgb(49,116,92); }
H1.HeaderClassName
{
color: #31745C;
}
.AnyTagClassName
{
color: #31745C;
}
</style>
background-color css
<style>
a { background-color: #31745C; }
a { background-color: rgb(49,116,92); }
div.DivClassName
{
background-color: #31745C;
}
.BgClassName
{
background-color: #31745C;
}
</style>
border-color css
<style>
span { border-color: #31745C; }
span { border-color: rgb(49,116,92); }
td.TdClassName
{
border-color: #31745C;
}
.TagClassName
{
border-color: #31745C;
}
</style>