Shades of Amazon #31854A
Tints of Amazon #31854A
RGB
CMYK
RGB Variations
Color information
#31854A (or 0x31854A) is known color: Amazon. HEX triplet: 31, 85 and 4A. RGB value is (49,133,74). Sum of RGB (Red+Green+Blue) = 49+133+74=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #31854A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31854A is #CE7AB5. Grayscale: #656565. Windows color (decimal): -13531830 or 4883761. OLE color: 4883761.
HSL color Cylindrical-coordinate representation of color #31854A: hue angle of 137.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31854A is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 133 | 74 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.48 |
| HSL | 137.86º | 0.46% | 0.36% | - |
| HSV(B) | 137.86º | 0.63% | 0.52% | - |
| XYZ | 10.89 | 17.92 | 9.36 | - |
| YUV | 101.16 | 112.67 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 133 | 74 | 0.63 | 0 | 0.44 | 0.48 | 137.86 | 0.46 | 0.36 |
| Hex | 31 | 85 | 4A | 3F | 0 | 2C | 30 | 8A | 2E | 24 |
| Octal | 61 | 205 | 112 | 77 | 0 | 54 | 60 | 212 | 56 | 44 |
| Binary | 110001 | 10000101 | 1001010 | 111111 | 0 | 101100 | 110000 | 10001010 | 101110 | 100100 |
Color Harmonies of #31854A
Complementary color
Monochromatic Colors of #31854A
Black with #31854A
Text Example
Text Example
White with #31854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31854A; }
p { color: rgb(49,133,74); }
H1.HeaderClassName
{
color: #31854A;
}
.AnyTagClassName
{
color: #31854A;
}
</style>
background-color css
<style>
a { background-color: #31854A; }
a { background-color: rgb(49,133,74); }
div.DivClassName
{
background-color: #31854A;
}
.BgClassName
{
background-color: #31854A;
}
</style>
border-color css
<style>
span { border-color: #31854A; }
span { border-color: rgb(49,133,74); }
td.TdClassName
{
border-color: #31854A;
}
.TagClassName
{
border-color: #31854A;
}
</style>