Shades of Amazon #31735B
Tints of Amazon #31735B
RGB
CMYK
RGB Variations
Color information
#31735B (or 0x31735B) is known color: Amazon. HEX triplet: 31, 73 and 5B. RGB value is (49,115,91). Sum of RGB (Red+Green+Blue) = 49+115+91=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #31735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31735B is #CE8CA4. Grayscale: #5C5C5C. Windows color (decimal): -13536421 or 5993265. OLE color: 5993265.
HSL color Cylindrical-coordinate representation of color #31735B: hue angle of 158.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 #31735B is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 115 | 91 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.55 |
| HSL | 158.18º | 0.4% | 0.32% | - |
| HSV(B) | 158.18º | 0.57% | 0.45% | - |
| XYZ | 9.29 | 13.67 | 12.05 | - |
| YUV | 92.53 | 127.13 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 91 | 0.57 | 0 | 0.21 | 0.55 | 158.18 | 0.4 | 0.32 |
| Hex | 31 | 73 | 5B | 39 | 0 | 15 | 37 | 9E | 28 | 20 |
| Octal | 61 | 163 | 133 | 71 | 0 | 25 | 67 | 236 | 50 | 40 |
| Binary | 110001 | 1110011 | 1011011 | 111001 | 0 | 10101 | 110111 | 10011110 | 101000 | 100000 |
Color Harmonies of #31735B
Complementary color
Monochromatic Colors of #31735B
Black with #31735B
Text Example
Text Example
White with #31735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31735B; }
p { color: rgb(49,115,91); }
H1.HeaderClassName
{
color: #31735B;
}
.AnyTagClassName
{
color: #31735B;
}
</style>
background-color css
<style>
a { background-color: #31735B; }
a { background-color: rgb(49,115,91); }
div.DivClassName
{
background-color: #31735B;
}
.BgClassName
{
background-color: #31735B;
}
</style>
border-color css
<style>
span { border-color: #31735B; }
span { border-color: rgb(49,115,91); }
td.TdClassName
{
border-color: #31735B;
}
.TagClassName
{
border-color: #31735B;
}
</style>