Shades of Amazon #317B57
Tints of Amazon #317B57
RGB
CMYK
RGB Variations
Color information
#317B57 (or 0x317B57) is known color: Amazon. HEX triplet: 31, 7B and 57. RGB value is (49,123,87). Sum of RGB (Red+Green+Blue) = 49+123+87=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 123 (48.44% from 255 or 47.49% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 123 - color contains mainly: green. Hex color #317B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317B57 is #CE84A8. Grayscale: #606060. Windows color (decimal): -13534377 or 5733169. OLE color: 5733169.
HSL color Cylindrical-coordinate representation of color #317B57: hue angle of 150.81º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317B57 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 123 | 87 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.52 |
| HSL | 150.81º | 0.43% | 0.34% | - |
| HSV(B) | 150.81º | 0.6% | 0.48% | - |
| XYZ | 10.07 | 15.51 | 11.48 | - |
| YUV | 96.77 | 122.48 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 123 | 87 | 0.60 | 0 | 0.29 | 0.52 | 150.81 | 0.43 | 0.34 |
| Hex | 31 | 7B | 57 | 3C | 0 | 1D | 34 | 97 | 2B | 22 |
| Octal | 61 | 173 | 127 | 74 | 0 | 35 | 64 | 227 | 53 | 42 |
| Binary | 110001 | 1111011 | 1010111 | 111100 | 0 | 11101 | 110100 | 10010111 | 101011 | 100010 |
Color Harmonies of #317B57
Complementary color
Monochromatic Colors of #317B57
Black with #317B57
Text Example
Text Example
White with #317B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317B57; }
p { color: rgb(49,123,87); }
H1.HeaderClassName
{
color: #317B57;
}
.AnyTagClassName
{
color: #317B57;
}
</style>
background-color css
<style>
a { background-color: #317B57; }
a { background-color: rgb(49,123,87); }
div.DivClassName
{
background-color: #317B57;
}
.BgClassName
{
background-color: #317B57;
}
</style>
border-color css
<style>
span { border-color: #317B57; }
span { border-color: rgb(49,123,87); }
td.TdClassName
{
border-color: #317B57;
}
.TagClassName
{
border-color: #317B57;
}
</style>