Shades of Amazon #317455
Tints of Amazon #317455
RGB
CMYK
RGB Variations
Color information
#317455 (or 0x317455) is known color: Amazon. HEX triplet: 31, 74 and 55. RGB value is (49,116,85). Sum of RGB (Red+Green+Blue) = 49+116+85=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #317455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317455 is #CE8BAA. Grayscale: #5C5C5C. Windows color (decimal): -13536171 or 5600305. OLE color: 5600305.
HSL color Cylindrical-coordinate representation of color #317455: hue angle of 152.24º 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 #317455 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 116 | 85 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.55 |
| HSL | 152.24º | 0.41% | 0.32% | - |
| HSV(B) | 152.24º | 0.58% | 0.45% | - |
| XYZ | 9.15 | 13.8 | 10.78 | - |
| YUV | 92.43 | 123.8 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 116 | 85 | 0.58 | 0 | 0.27 | 0.55 | 152.24 | 0.41 | 0.32 |
| Hex | 31 | 74 | 55 | 3A | 0 | 1B | 37 | 98 | 29 | 20 |
| Octal | 61 | 164 | 125 | 72 | 0 | 33 | 67 | 230 | 51 | 40 |
| Binary | 110001 | 1110100 | 1010101 | 111010 | 0 | 11011 | 110111 | 10011000 | 101001 | 100000 |
Color Harmonies of #317455
Complementary color
Monochromatic Colors of #317455
Black with #317455
Text Example
Text Example
White with #317455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317455; }
p { color: rgb(49,116,85); }
H1.HeaderClassName
{
color: #317455;
}
.AnyTagClassName
{
color: #317455;
}
</style>
background-color css
<style>
a { background-color: #317455; }
a { background-color: rgb(49,116,85); }
div.DivClassName
{
background-color: #317455;
}
.BgClassName
{
background-color: #317455;
}
</style>
border-color css
<style>
span { border-color: #317455; }
span { border-color: rgb(49,116,85); }
td.TdClassName
{
border-color: #317455;
}
.TagClassName
{
border-color: #317455;
}
</style>