Shades of Amazon #31804D
Tints of Amazon #31804D
RGB
CMYK
RGB Variations
Color information
#31804D (or 0x31804D) is known color: Amazon. HEX triplet: 31, 80 and 4D. RGB value is (49,128,77). Sum of RGB (Red+Green+Blue) = 49+128+77=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #31804D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31804D is #CE7FB2. Grayscale: #626262. Windows color (decimal): -13533107 or 5079089. OLE color: 5079089.
HSL color Cylindrical-coordinate representation of color #31804D: hue angle of 141.27º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31804D is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 128 | 77 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.50 |
| HSL | 141.27º | 0.45% | 0.35% | - |
| HSV(B) | 141.27º | 0.62% | 0.5% | - |
| XYZ | 10.33 | 16.63 | 9.69 | - |
| YUV | 98.57 | 115.83 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 128 | 77 | 0.62 | 0 | 0.40 | 0.50 | 141.27 | 0.45 | 0.35 |
| Hex | 31 | 80 | 4D | 3E | 0 | 28 | 32 | 8D | 2D | 23 |
| Octal | 61 | 200 | 115 | 76 | 0 | 50 | 62 | 215 | 55 | 43 |
| Binary | 110001 | 10000000 | 1001101 | 111110 | 0 | 101000 | 110010 | 10001101 | 101101 | 100011 |
Color Harmonies of #31804D
Complementary color
Monochromatic Colors of #31804D
Black with #31804D
Text Example
Text Example
White with #31804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31804D; }
p { color: rgb(49,128,77); }
H1.HeaderClassName
{
color: #31804D;
}
.AnyTagClassName
{
color: #31804D;
}
</style>
background-color css
<style>
a { background-color: #31804D; }
a { background-color: rgb(49,128,77); }
div.DivClassName
{
background-color: #31804D;
}
.BgClassName
{
background-color: #31804D;
}
</style>
border-color css
<style>
span { border-color: #31804D; }
span { border-color: rgb(49,128,77); }
td.TdClassName
{
border-color: #31804D;
}
.TagClassName
{
border-color: #31804D;
}
</style>