Shades of Amazon #32784E
Tints of Amazon #32784E
RGB
CMYK
RGB Variations
Color information
#32784E (or 0x32784E) is known color: Amazon. HEX triplet: 32, 78 and 4E. RGB value is (50,120,78). Sum of RGB (Red+Green+Blue) = 50+120+78=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #32784E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32784E is #CD87B1. Grayscale: #5E5E5E. Windows color (decimal): -13469618 or 5142578. OLE color: 5142578.
HSL color Cylindrical-coordinate representation of color #32784E: hue angle of 144º 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 #32784E is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 120 | 78 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.53 |
| HSL | 144º | 0.41% | 0.33% | - |
| HSV(B) | 144º | 0.58% | 0.47% | - |
| XYZ | 9.41 | 14.66 | 9.54 | - |
| YUV | 94.28 | 118.81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 78 | 0.58 | 0 | 0.35 | 0.53 | 144 | 0.41 | 0.33 |
| Hex | 32 | 78 | 4E | 3A | 0 | 23 | 35 | 90 | 29 | 21 |
| Octal | 62 | 170 | 116 | 72 | 0 | 43 | 65 | 220 | 51 | 41 |
| Binary | 110010 | 1111000 | 1001110 | 111010 | 0 | 100011 | 110101 | 10010000 | 101001 | 100001 |
Color Harmonies of #32784E
Complementary color
Monochromatic Colors of #32784E
Black with #32784E
Text Example
Text Example
White with #32784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32784E; }
p { color: rgb(50,120,78); }
H1.HeaderClassName
{
color: #32784E;
}
.AnyTagClassName
{
color: #32784E;
}
</style>
background-color css
<style>
a { background-color: #32784E; }
a { background-color: rgb(50,120,78); }
div.DivClassName
{
background-color: #32784E;
}
.BgClassName
{
background-color: #32784E;
}
</style>
border-color css
<style>
span { border-color: #32784E; }
span { border-color: rgb(50,120,78); }
td.TdClassName
{
border-color: #32784E;
}
.TagClassName
{
border-color: #32784E;
}
</style>