Shades of Amazon #32784D
Tints of Amazon #32784D
RGB
CMYK
RGB Variations
Color information
#32784D (or 0x32784D) is known color: Amazon. HEX triplet: 32, 78 and 4D. RGB value is (50,120,77). Sum of RGB (Red+Green+Blue) = 50+120+77=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #32784D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32784D is #CD87B2. Grayscale: #5E5E5E. Windows color (decimal): -13469619 or 5077042. OLE color: 5077042.
HSL color Cylindrical-coordinate representation of color #32784D: hue angle of 143.14º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32784D is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 120 | 77 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.53 |
| HSL | 143.14º | 0.41% | 0.33% | - |
| HSV(B) | 143.14º | 0.58% | 0.47% | - |
| XYZ | 9.37 | 14.65 | 9.35 | - |
| YUV | 94.17 | 118.31 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 77 | 0.58 | 0 | 0.36 | 0.53 | 143.14 | 0.41 | 0.33 |
| Hex | 32 | 78 | 4D | 3A | 0 | 24 | 35 | 8F | 29 | 21 |
| Octal | 62 | 170 | 115 | 72 | 0 | 44 | 65 | 217 | 51 | 41 |
| Binary | 110010 | 1111000 | 1001101 | 111010 | 0 | 100100 | 110101 | 10001111 | 101001 | 100001 |
Color Harmonies of #32784D
Complementary color
Monochromatic Colors of #32784D
Black with #32784D
Text Example
Text Example
White with #32784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32784D; }
p { color: rgb(50,120,77); }
H1.HeaderClassName
{
color: #32784D;
}
.AnyTagClassName
{
color: #32784D;
}
</style>
background-color css
<style>
a { background-color: #32784D; }
a { background-color: rgb(50,120,77); }
div.DivClassName
{
background-color: #32784D;
}
.BgClassName
{
background-color: #32784D;
}
</style>
border-color css
<style>
span { border-color: #32784D; }
span { border-color: rgb(50,120,77); }
td.TdClassName
{
border-color: #32784D;
}
.TagClassName
{
border-color: #32784D;
}
</style>