Shades of Amazon #317E5D
Tints of Amazon #317E5D
RGB
CMYK
RGB Variations
Color information
#317E5D (or 0x317E5D) is known color: Amazon. HEX triplet: 31, 7E and 5D. RGB value is (49,126,93). Sum of RGB (Red+Green+Blue) = 49+126+93=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 126 (49.61% from 255 or 47.01% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 126 - color contains mainly: green. Hex color #317E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317E5D is #CE81A2. Grayscale: #636363. Windows color (decimal): -13533603 or 6127153. OLE color: 6127153.
HSL color Cylindrical-coordinate representation of color #317E5D: hue angle of 154.29º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317E5D is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 126 | 93 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.51 |
| HSL | 154.29º | 0.44% | 0.34% | - |
| HSV(B) | 154.29º | 0.61% | 0.49% | - |
| XYZ | 10.7 | 16.36 | 12.95 | - |
| YUV | 99.22 | 124.49 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 126 | 93 | 0.61 | 0 | 0.26 | 0.51 | 154.29 | 0.44 | 0.34 |
| Hex | 31 | 7E | 5D | 3D | 0 | 1A | 33 | 9A | 2C | 22 |
| Octal | 61 | 176 | 135 | 75 | 0 | 32 | 63 | 232 | 54 | 42 |
| Binary | 110001 | 1111110 | 1011101 | 111101 | 0 | 11010 | 110011 | 10011010 | 101100 | 100010 |
Color Harmonies of #317E5D
Complementary color
Monochromatic Colors of #317E5D
Black with #317E5D
Text Example
Text Example
White with #317E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317E5D; }
p { color: rgb(49,126,93); }
H1.HeaderClassName
{
color: #317E5D;
}
.AnyTagClassName
{
color: #317E5D;
}
</style>
background-color css
<style>
a { background-color: #317E5D; }
a { background-color: rgb(49,126,93); }
div.DivClassName
{
background-color: #317E5D;
}
.BgClassName
{
background-color: #317E5D;
}
</style>
border-color css
<style>
span { border-color: #317E5D; }
span { border-color: rgb(49,126,93); }
td.TdClassName
{
border-color: #317E5D;
}
.TagClassName
{
border-color: #317E5D;
}
</style>