Shades of Amazon #32784B
Tints of Amazon #32784B
RGB
CMYK
RGB Variations
Color information
#32784B (or 0x32784B) is known color: Amazon. HEX triplet: 32, 78 and 4B. RGB value is (50,120,75). Sum of RGB (Red+Green+Blue) = 50+120+75=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #32784B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32784B is #CD87B4. Grayscale: #5E5E5E. Windows color (decimal): -13469621 or 4945970. OLE color: 4945970.
HSL color Cylindrical-coordinate representation of color #32784B: hue angle of 141.43º 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 #32784B is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 120 | 75 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.53 |
| HSL | 141.43º | 0.41% | 0.33% | - |
| HSV(B) | 141.43º | 0.58% | 0.47% | - |
| XYZ | 9.3 | 14.62 | 8.99 | - |
| YUV | 93.94 | 117.31 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 75 | 0.58 | 0 | 0.37 | 0.53 | 141.43 | 0.41 | 0.33 |
| Hex | 32 | 78 | 4B | 3A | 0 | 25 | 35 | 8D | 29 | 21 |
| Octal | 62 | 170 | 113 | 72 | 0 | 45 | 65 | 215 | 51 | 41 |
| Binary | 110010 | 1111000 | 1001011 | 111010 | 0 | 100101 | 110101 | 10001101 | 101001 | 100001 |
Color Harmonies of #32784B
Complementary color
Monochromatic Colors of #32784B
Black with #32784B
Text Example
Text Example
White with #32784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32784B; }
p { color: rgb(50,120,75); }
H1.HeaderClassName
{
color: #32784B;
}
.AnyTagClassName
{
color: #32784B;
}
</style>
background-color css
<style>
a { background-color: #32784B; }
a { background-color: rgb(50,120,75); }
div.DivClassName
{
background-color: #32784B;
}
.BgClassName
{
background-color: #32784B;
}
</style>
border-color css
<style>
span { border-color: #32784B; }
span { border-color: rgb(50,120,75); }
td.TdClassName
{
border-color: #32784B;
}
.TagClassName
{
border-color: #32784B;
}
</style>