Shades of Amazon #328649
Tints of Amazon #328649
RGB
CMYK
RGB Variations
Color information
#328649 (or 0x328649) is known color: Amazon. HEX triplet: 32, 86 and 49. RGB value is (50,134,73). Sum of RGB (Red+Green+Blue) = 50+134+73=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #328649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328649 is #CD79B6. Grayscale: #666666. Windows color (decimal): -13466039 or 4818482. OLE color: 4818482.
HSL color Cylindrical-coordinate representation of color #328649: hue angle of 136.43º 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 #328649 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 134 | 73 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.47 |
| HSL | 136.43º | 0.46% | 0.36% | - |
| HSV(B) | 136.43º | 0.63% | 0.53% | - |
| XYZ | 11.04 | 18.21 | 9.24 | - |
| YUV | 101.93 | 111.67 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 134 | 73 | 0.63 | 0 | 0.46 | 0.47 | 136.43 | 0.46 | 0.36 |
| Hex | 32 | 86 | 49 | 3F | 0 | 2E | 2F | 88 | 2E | 24 |
| Octal | 62 | 206 | 111 | 77 | 0 | 56 | 57 | 210 | 56 | 44 |
| Binary | 110010 | 10000110 | 1001001 | 111111 | 0 | 101110 | 101111 | 10001000 | 101110 | 100100 |
Color Harmonies of #328649
Complementary color
Monochromatic Colors of #328649
Black with #328649
Text Example
Text Example
White with #328649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328649; }
p { color: rgb(50,134,73); }
H1.HeaderClassName
{
color: #328649;
}
.AnyTagClassName
{
color: #328649;
}
</style>
background-color css
<style>
a { background-color: #328649; }
a { background-color: rgb(50,134,73); }
div.DivClassName
{
background-color: #328649;
}
.BgClassName
{
background-color: #328649;
}
</style>
border-color css
<style>
span { border-color: #328649; }
span { border-color: rgb(50,134,73); }
td.TdClassName
{
border-color: #328649;
}
.TagClassName
{
border-color: #328649;
}
</style>