Shades of Amazon #31734D
Tints of Amazon #31734D
RGB
CMYK
RGB Variations
Color information
#31734D (or 0x31734D) is known color: Amazon. HEX triplet: 31, 73 and 4D. RGB value is (49,115,77). Sum of RGB (Red+Green+Blue) = 49+115+77=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #31734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31734D is #CE8CB2. Grayscale: #5B5B5B. Windows color (decimal): -13536435 or 5075761. OLE color: 5075761.
HSL color Cylindrical-coordinate representation of color #31734D: hue angle of 145.45º 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 #31734D is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 115 | 77 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.55 |
| HSL | 145.45º | 0.4% | 0.32% | - |
| HSV(B) | 145.45º | 0.57% | 0.45% | - |
| XYZ | 8.74 | 13.45 | 9.16 | - |
| YUV | 90.93 | 120.13 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 77 | 0.57 | 0 | 0.33 | 0.55 | 145.45 | 0.4 | 0.32 |
| Hex | 31 | 73 | 4D | 39 | 0 | 21 | 37 | 91 | 28 | 20 |
| Octal | 61 | 163 | 115 | 71 | 0 | 41 | 67 | 221 | 50 | 40 |
| Binary | 110001 | 1110011 | 1001101 | 111001 | 0 | 100001 | 110111 | 10010001 | 101000 | 100000 |
Color Harmonies of #31734D
Complementary color
Monochromatic Colors of #31734D
Black with #31734D
Text Example
Text Example
White with #31734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31734D; }
p { color: rgb(49,115,77); }
H1.HeaderClassName
{
color: #31734D;
}
.AnyTagClassName
{
color: #31734D;
}
</style>
background-color css
<style>
a { background-color: #31734D; }
a { background-color: rgb(49,115,77); }
div.DivClassName
{
background-color: #31734D;
}
.BgClassName
{
background-color: #31734D;
}
</style>
border-color css
<style>
span { border-color: #31734D; }
span { border-color: rgb(49,115,77); }
td.TdClassName
{
border-color: #31734D;
}
.TagClassName
{
border-color: #31734D;
}
</style>