Shades of Amazon #31774E
Tints of Amazon #31774E
RGB
CMYK
RGB Variations
Color information
#31774E (or 0x31774E) is known color: Amazon. HEX triplet: 31, 77 and 4E. RGB value is (49,119,78). Sum of RGB (Red+Green+Blue) = 49+119+78=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #31774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31774E is #CE88B1. Grayscale: #5D5D5D. Windows color (decimal): -13535410 or 5142321. OLE color: 5142321.
HSL color Cylindrical-coordinate representation of color #31774E: hue angle of 144.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31774E is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 119 | 78 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.53 |
| HSL | 144.86º | 0.42% | 0.33% | - |
| HSV(B) | 144.86º | 0.59% | 0.47% | - |
| XYZ | 9.24 | 14.4 | 9.5 | - |
| YUV | 93.4 | 119.31 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 119 | 78 | 0.59 | 0 | 0.34 | 0.53 | 144.86 | 0.42 | 0.33 |
| Hex | 31 | 77 | 4E | 3B | 0 | 22 | 35 | 91 | 2A | 21 |
| Octal | 61 | 167 | 116 | 73 | 0 | 42 | 65 | 221 | 52 | 41 |
| Binary | 110001 | 1110111 | 1001110 | 111011 | 0 | 100010 | 110101 | 10010001 | 101010 | 100001 |
Color Harmonies of #31774E
Complementary color
Monochromatic Colors of #31774E
Black with #31774E
Text Example
Text Example
White with #31774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31774E; }
p { color: rgb(49,119,78); }
H1.HeaderClassName
{
color: #31774E;
}
.AnyTagClassName
{
color: #31774E;
}
</style>
background-color css
<style>
a { background-color: #31774E; }
a { background-color: rgb(49,119,78); }
div.DivClassName
{
background-color: #31774E;
}
.BgClassName
{
background-color: #31774E;
}
</style>
border-color css
<style>
span { border-color: #31774E; }
span { border-color: rgb(49,119,78); }
td.TdClassName
{
border-color: #31774E;
}
.TagClassName
{
border-color: #31774E;
}
</style>