Shades of Amazon #317D5E
Tints of Amazon #317D5E
RGB
CMYK
RGB Variations
Color information
#317D5E (or 0x317D5E) is known color: Amazon. HEX triplet: 31, 7D and 5E. RGB value is (49,125,94). Sum of RGB (Red+Green+Blue) = 49+125+94=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 125 (49.22% from 255 or 46.64% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 125 - color contains mainly: green. Hex color #317D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317D5E is #CE82A1. Grayscale: #626262. Windows color (decimal): -13533858 or 6192433. OLE color: 6192433.
HSL color Cylindrical-coordinate representation of color #317D5E: hue angle of 155.53º 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 #317D5E is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 125 | 94 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.51 |
| HSL | 155.53º | 0.44% | 0.34% | - |
| HSV(B) | 155.53º | 0.61% | 0.49% | - |
| XYZ | 10.62 | 16.13 | 13.14 | - |
| YUV | 98.74 | 125.32 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 125 | 94 | 0.61 | 0 | 0.25 | 0.51 | 155.53 | 0.44 | 0.34 |
| Hex | 31 | 7D | 5E | 3D | 0 | 19 | 33 | 9C | 2C | 22 |
| Octal | 61 | 175 | 136 | 75 | 0 | 31 | 63 | 234 | 54 | 42 |
| Binary | 110001 | 1111101 | 1011110 | 111101 | 0 | 11001 | 110011 | 10011100 | 101100 | 100010 |
Color Harmonies of #317D5E
Complementary color
Monochromatic Colors of #317D5E
Black with #317D5E
Text Example
Text Example
White with #317D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317D5E; }
p { color: rgb(49,125,94); }
H1.HeaderClassName
{
color: #317D5E;
}
.AnyTagClassName
{
color: #317D5E;
}
</style>
background-color css
<style>
a { background-color: #317D5E; }
a { background-color: rgb(49,125,94); }
div.DivClassName
{
background-color: #317D5E;
}
.BgClassName
{
background-color: #317D5E;
}
</style>
border-color css
<style>
span { border-color: #317D5E; }
span { border-color: rgb(49,125,94); }
td.TdClassName
{
border-color: #317D5E;
}
.TagClassName
{
border-color: #317D5E;
}
</style>