Shades of Amazon #31794D
Tints of Amazon #31794D
RGB
CMYK
RGB Variations
Color information
#31794D (or 0x31794D) is known color: Amazon. HEX triplet: 31, 79 and 4D. RGB value is (49,121,77). Sum of RGB (Red+Green+Blue) = 49+121+77=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 121 - color contains mainly: green. Hex color #31794D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31794D is #CE86B2. Grayscale: #5E5E5E. Windows color (decimal): -13534899 or 5077297. OLE color: 5077297.
HSL color Cylindrical-coordinate representation of color #31794D: hue angle of 143.33º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31794D is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 121 | 77 | - |
| CMYK | 0.60 | 0 | 0.36 | 0.53 |
| HSL | 143.33º | 0.42% | 0.33% | - |
| HSV(B) | 143.33º | 0.6% | 0.47% | - |
| XYZ | 9.44 | 14.86 | 9.39 | - |
| YUV | 94.46 | 118.15 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 121 | 77 | 0.60 | 0 | 0.36 | 0.53 | 143.33 | 0.42 | 0.33 |
| Hex | 31 | 79 | 4D | 3C | 0 | 24 | 35 | 8F | 2A | 21 |
| Octal | 61 | 171 | 115 | 74 | 0 | 44 | 65 | 217 | 52 | 41 |
| Binary | 110001 | 1111001 | 1001101 | 111100 | 0 | 100100 | 110101 | 10001111 | 101010 | 100001 |
Color Harmonies of #31794D
Complementary color
Monochromatic Colors of #31794D
Black with #31794D
Text Example
Text Example
White with #31794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31794D; }
p { color: rgb(49,121,77); }
H1.HeaderClassName
{
color: #31794D;
}
.AnyTagClassName
{
color: #31794D;
}
</style>
background-color css
<style>
a { background-color: #31794D; }
a { background-color: rgb(49,121,77); }
div.DivClassName
{
background-color: #31794D;
}
.BgClassName
{
background-color: #31794D;
}
</style>
border-color css
<style>
span { border-color: #31794D; }
span { border-color: rgb(49,121,77); }
td.TdClassName
{
border-color: #31794D;
}
.TagClassName
{
border-color: #31794D;
}
</style>