Shades of Amazon #328644
Tints of Amazon #328644
RGB
CMYK
RGB Variations
Color information
#328644 (or 0x328644) is known color: Amazon. HEX triplet: 32, 86 and 44. RGB value is (50,134,68). Sum of RGB (Red+Green+Blue) = 50+134+68=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #328644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328644 is #CD79BB. Grayscale: #656565. Windows color (decimal): -13466044 or 4490802. OLE color: 4490802.
HSL color Cylindrical-coordinate representation of color #328644: hue angle of 132.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328644 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 134 | 68 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.47 |
| HSL | 132.86º | 0.46% | 0.36% | - |
| HSV(B) | 132.86º | 0.63% | 0.53% | - |
| XYZ | 10.88 | 18.15 | 8.4 | - |
| YUV | 101.36 | 109.17 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 134 | 68 | 0.63 | 0 | 0.49 | 0.47 | 132.86 | 0.46 | 0.36 |
| Hex | 32 | 86 | 44 | 3F | 0 | 31 | 2F | 85 | 2E | 24 |
| Octal | 62 | 206 | 104 | 77 | 0 | 61 | 57 | 205 | 56 | 44 |
| Binary | 110010 | 10000110 | 1000100 | 111111 | 0 | 110001 | 101111 | 10000101 | 101110 | 100100 |
Color Harmonies of #328644
Complementary color
Monochromatic Colors of #328644
Black with #328644
Text Example
Text Example
White with #328644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328644; }
p { color: rgb(50,134,68); }
H1.HeaderClassName
{
color: #328644;
}
.AnyTagClassName
{
color: #328644;
}
</style>
background-color css
<style>
a { background-color: #328644; }
a { background-color: rgb(50,134,68); }
div.DivClassName
{
background-color: #328644;
}
.BgClassName
{
background-color: #328644;
}
</style>
border-color css
<style>
span { border-color: #328644; }
span { border-color: rgb(50,134,68); }
td.TdClassName
{
border-color: #328644;
}
.TagClassName
{
border-color: #328644;
}
</style>