Shades of Amazon #317650
Tints of Amazon #317650
RGB
CMYK
RGB Variations
Color information
#317650 (or 0x317650) is known color: Amazon. HEX triplet: 31, 76 and 50. RGB value is (49,118,80). Sum of RGB (Red+Green+Blue) = 49+118+80=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #317650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317650 is #CE89AF. Grayscale: #5D5D5D. Windows color (decimal): -13535664 or 5273137. OLE color: 5273137.
HSL color Cylindrical-coordinate representation of color #317650: hue angle of 146.96º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317650 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 118 | 80 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.54 |
| HSL | 146.96º | 0.41% | 0.33% | - |
| HSV(B) | 146.96º | 0.58% | 0.46% | - |
| XYZ | 9.19 | 14.19 | 9.84 | - |
| YUV | 93.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 118 | 80 | 0.58 | 0 | 0.32 | 0.54 | 146.96 | 0.41 | 0.33 |
| Hex | 31 | 76 | 50 | 3A | 0 | 20 | 36 | 93 | 29 | 21 |
| Octal | 61 | 166 | 120 | 72 | 0 | 40 | 66 | 223 | 51 | 41 |
| Binary | 110001 | 1110110 | 1010000 | 111010 | 0 | 100000 | 110110 | 10010011 | 101001 | 100001 |
Color Harmonies of #317650
Complementary color
Monochromatic Colors of #317650
Black with #317650
Text Example
Text Example
White with #317650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317650; }
p { color: rgb(49,118,80); }
H1.HeaderClassName
{
color: #317650;
}
.AnyTagClassName
{
color: #317650;
}
</style>
background-color css
<style>
a { background-color: #317650; }
a { background-color: rgb(49,118,80); }
div.DivClassName
{
background-color: #317650;
}
.BgClassName
{
background-color: #317650;
}
</style>
border-color css
<style>
span { border-color: #317650; }
span { border-color: rgb(49,118,80); }
td.TdClassName
{
border-color: #317650;
}
.TagClassName
{
border-color: #317650;
}
</style>