Shades of Amazon #317C5E
Tints of Amazon #317C5E
RGB
CMYK
RGB Variations
Color information
#317C5E (or 0x317C5E) is known color: Amazon. HEX triplet: 31, 7C and 5E. RGB value is (49,124,94). Sum of RGB (Red+Green+Blue) = 49+124+94=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 124 - color contains mainly: green. Hex color #317C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317C5E is #CE83A1. Grayscale: #626262. Windows color (decimal): -13534114 or 6192177. OLE color: 6192177.
HSL color Cylindrical-coordinate representation of color #317C5E: hue angle of 156º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317C5E is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 124 | 94 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.51 |
| HSL | 156º | 0.43% | 0.34% | - |
| HSV(B) | 156º | 0.6% | 0.49% | - |
| XYZ | 10.49 | 15.88 | 13.1 | - |
| YUV | 98.16 | 125.65 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 124 | 94 | 0.60 | 0 | 0.24 | 0.51 | 156 | 0.43 | 0.34 |
| Hex | 31 | 7C | 5E | 3C | 0 | 18 | 33 | 9C | 2B | 22 |
| Octal | 61 | 174 | 136 | 74 | 0 | 30 | 63 | 234 | 53 | 42 |
| Binary | 110001 | 1111100 | 1011110 | 111100 | 0 | 11000 | 110011 | 10011100 | 101011 | 100010 |
Color Harmonies of #317C5E
Complementary color
Monochromatic Colors of #317C5E
Black with #317C5E
Text Example
Text Example
White with #317C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317C5E; }
p { color: rgb(49,124,94); }
H1.HeaderClassName
{
color: #317C5E;
}
.AnyTagClassName
{
color: #317C5E;
}
</style>
background-color css
<style>
a { background-color: #317C5E; }
a { background-color: rgb(49,124,94); }
div.DivClassName
{
background-color: #317C5E;
}
.BgClassName
{
background-color: #317C5E;
}
</style>
border-color css
<style>
span { border-color: #317C5E; }
span { border-color: rgb(49,124,94); }
td.TdClassName
{
border-color: #317C5E;
}
.TagClassName
{
border-color: #317C5E;
}
</style>