Shades of Amazon #32784A
Tints of Amazon #32784A
RGB
CMYK
RGB Variations
Color information
#32784A (or 0x32784A) is known color: Amazon. HEX triplet: 32, 78 and 4A. RGB value is (50,120,74). Sum of RGB (Red+Green+Blue) = 50+120+74=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 120 (47.27% from 255 or 49.18% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 120 - color contains mainly: green. Hex color #32784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32784A is #CD87B5. Grayscale: #5D5D5D. Windows color (decimal): -13469622 or 4880434. OLE color: 4880434.
HSL color Cylindrical-coordinate representation of color #32784A: hue angle of 140.57º 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 #32784A is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 120 | 74 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.53 |
| HSL | 140.57º | 0.41% | 0.33% | - |
| HSV(B) | 140.57º | 0.58% | 0.47% | - |
| XYZ | 9.27 | 14.61 | 8.81 | - |
| YUV | 93.83 | 116.81 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 74 | 0.58 | 0 | 0.38 | 0.53 | 140.57 | 0.41 | 0.33 |
| Hex | 32 | 78 | 4A | 3A | 0 | 26 | 35 | 8D | 29 | 21 |
| Octal | 62 | 170 | 112 | 72 | 0 | 46 | 65 | 215 | 51 | 41 |
| Binary | 110010 | 1111000 | 1001010 | 111010 | 0 | 100110 | 110101 | 10001101 | 101001 | 100001 |
Color Harmonies of #32784A
Complementary color
Monochromatic Colors of #32784A
Black with #32784A
Text Example
Text Example
White with #32784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32784A; }
p { color: rgb(50,120,74); }
H1.HeaderClassName
{
color: #32784A;
}
.AnyTagClassName
{
color: #32784A;
}
</style>
background-color css
<style>
a { background-color: #32784A; }
a { background-color: rgb(50,120,74); }
div.DivClassName
{
background-color: #32784A;
}
.BgClassName
{
background-color: #32784A;
}
</style>
border-color css
<style>
span { border-color: #32784A; }
span { border-color: rgb(50,120,74); }
td.TdClassName
{
border-color: #32784A;
}
.TagClassName
{
border-color: #32784A;
}
</style>