Shades of Amazon #31784C
Tints of Amazon #31784C
RGB
CMYK
RGB Variations
Color information
#31784C (or 0x31784C) is known color: Amazon. HEX triplet: 31, 78 and 4C. RGB value is (49,120,76). Sum of RGB (Red+Green+Blue) = 49+120+76=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #31784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31784C is #CE87B3. Grayscale: #5D5D5D. Windows color (decimal): -13535156 or 5011505. OLE color: 5011505.
HSL color Cylindrical-coordinate representation of color #31784C: hue angle of 142.82º 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 #31784C is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 120 | 76 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.53 |
| HSL | 142.82º | 0.42% | 0.33% | - |
| HSV(B) | 142.82º | 0.59% | 0.47% | - |
| XYZ | 9.29 | 14.61 | 9.17 | - |
| YUV | 93.76 | 117.98 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 120 | 76 | 0.59 | 0 | 0.37 | 0.53 | 142.82 | 0.42 | 0.33 |
| Hex | 31 | 78 | 4C | 3B | 0 | 25 | 35 | 8F | 2A | 21 |
| Octal | 61 | 170 | 114 | 73 | 0 | 45 | 65 | 217 | 52 | 41 |
| Binary | 110001 | 1111000 | 1001100 | 111011 | 0 | 100101 | 110101 | 10001111 | 101010 | 100001 |
Color Harmonies of #31784C
Complementary color
Monochromatic Colors of #31784C
Black with #31784C
Text Example
Text Example
White with #31784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31784C; }
p { color: rgb(49,120,76); }
H1.HeaderClassName
{
color: #31784C;
}
.AnyTagClassName
{
color: #31784C;
}
</style>
background-color css
<style>
a { background-color: #31784C; }
a { background-color: rgb(49,120,76); }
div.DivClassName
{
background-color: #31784C;
}
.BgClassName
{
background-color: #31784C;
}
</style>
border-color css
<style>
span { border-color: #31784C; }
span { border-color: rgb(49,120,76); }
td.TdClassName
{
border-color: #31784C;
}
.TagClassName
{
border-color: #31784C;
}
</style>