Shades of Amazon #31775A
Tints of Amazon #31775A
RGB
CMYK
RGB Variations
Color information
#31775A (or 0x31775A) is known color: Amazon. HEX triplet: 31, 77 and 5A. RGB value is (49,119,90). Sum of RGB (Red+Green+Blue) = 49+119+90=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #31775A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31775A is #CE88A5. Grayscale: #5E5E5E. Windows color (decimal): -13535398 or 5928753. OLE color: 5928753.
HSL color Cylindrical-coordinate representation of color #31775A: hue angle of 155.14º 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 #31775A is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 119 | 90 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.53 |
| HSL | 155.14º | 0.42% | 0.33% | - |
| HSV(B) | 155.14º | 0.59% | 0.47% | - |
| XYZ | 9.71 | 14.58 | 11.98 | - |
| YUV | 94.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 119 | 90 | 0.59 | 0 | 0.24 | 0.53 | 155.14 | 0.42 | 0.33 |
| Hex | 31 | 77 | 5A | 3B | 0 | 18 | 35 | 9B | 2A | 21 |
| Octal | 61 | 167 | 132 | 73 | 0 | 30 | 65 | 233 | 52 | 41 |
| Binary | 110001 | 1110111 | 1011010 | 111011 | 0 | 11000 | 110101 | 10011011 | 101010 | 100001 |
Color Harmonies of #31775A
Complementary color
Monochromatic Colors of #31775A
Black with #31775A
Text Example
Text Example
White with #31775A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31775A; }
p { color: rgb(49,119,90); }
H1.HeaderClassName
{
color: #31775A;
}
.AnyTagClassName
{
color: #31775A;
}
</style>
background-color css
<style>
a { background-color: #31775A; }
a { background-color: rgb(49,119,90); }
div.DivClassName
{
background-color: #31775A;
}
.BgClassName
{
background-color: #31775A;
}
</style>
border-color css
<style>
span { border-color: #31775A; }
span { border-color: rgb(49,119,90); }
td.TdClassName
{
border-color: #31775A;
}
.TagClassName
{
border-color: #31775A;
}
</style>