Shades of Amazon #317350
Tints of Amazon #317350
RGB
CMYK
RGB Variations
Color information
#317350 (or 0x317350) is known color: Amazon. HEX triplet: 31, 73 and 50. RGB value is (49,115,80). Sum of RGB (Red+Green+Blue) = 49+115+80=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #317350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317350 is #CE8CAF. Grayscale: #5B5B5B. Windows color (decimal): -13536432 or 5272369. OLE color: 5272369.
HSL color Cylindrical-coordinate representation of color #317350: hue angle of 148.18º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317350 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 115 | 80 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.55 |
| HSL | 148.18º | 0.4% | 0.32% | - |
| HSV(B) | 148.18º | 0.57% | 0.45% | - |
| XYZ | 8.85 | 13.49 | 9.73 | - |
| YUV | 91.28 | 121.63 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 80 | 0.57 | 0 | 0.30 | 0.55 | 148.18 | 0.4 | 0.32 |
| Hex | 31 | 73 | 50 | 39 | 0 | 1E | 37 | 94 | 28 | 20 |
| Octal | 61 | 163 | 120 | 71 | 0 | 36 | 67 | 224 | 50 | 40 |
| Binary | 110001 | 1110011 | 1010000 | 111001 | 0 | 11110 | 110111 | 10010100 | 101000 | 100000 |
Color Harmonies of #317350
Complementary color
Monochromatic Colors of #317350
Black with #317350
Text Example
Text Example
White with #317350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317350; }
p { color: rgb(49,115,80); }
H1.HeaderClassName
{
color: #317350;
}
.AnyTagClassName
{
color: #317350;
}
</style>
background-color css
<style>
a { background-color: #317350; }
a { background-color: rgb(49,115,80); }
div.DivClassName
{
background-color: #317350;
}
.BgClassName
{
background-color: #317350;
}
</style>
border-color css
<style>
span { border-color: #317350; }
span { border-color: rgb(49,115,80); }
td.TdClassName
{
border-color: #317350;
}
.TagClassName
{
border-color: #317350;
}
</style>