Shades of Amazon #328648
Tints of Amazon #328648
RGB
CMYK
RGB Variations
Color information
#328648 (or 0x328648) is known color: Amazon. HEX triplet: 32, 86 and 48. RGB value is (50,134,72). Sum of RGB (Red+Green+Blue) = 50+134+72=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #328648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328648 is #CD79B7. Grayscale: #656565. Windows color (decimal): -13466040 or 4752946. OLE color: 4752946.
HSL color Cylindrical-coordinate representation of color #328648: hue angle of 135.71º 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 #328648 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 134 | 72 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.47 |
| HSL | 135.71º | 0.46% | 0.36% | - |
| HSV(B) | 135.71º | 0.63% | 0.53% | - |
| XYZ | 11.01 | 18.2 | 9.06 | - |
| YUV | 101.82 | 111.17 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 134 | 72 | 0.63 | 0 | 0.46 | 0.47 | 135.71 | 0.46 | 0.36 |
| Hex | 32 | 86 | 48 | 3F | 0 | 2E | 2F | 88 | 2E | 24 |
| Octal | 62 | 206 | 110 | 77 | 0 | 56 | 57 | 210 | 56 | 44 |
| Binary | 110010 | 10000110 | 1001000 | 111111 | 0 | 101110 | 101111 | 10001000 | 101110 | 100100 |
Color Harmonies of #328648
Complementary color
Monochromatic Colors of #328648
Black with #328648
Text Example
Text Example
White with #328648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328648; }
p { color: rgb(50,134,72); }
H1.HeaderClassName
{
color: #328648;
}
.AnyTagClassName
{
color: #328648;
}
</style>
background-color css
<style>
a { background-color: #328648; }
a { background-color: rgb(50,134,72); }
div.DivClassName
{
background-color: #328648;
}
.BgClassName
{
background-color: #328648;
}
</style>
border-color css
<style>
span { border-color: #328648; }
span { border-color: rgb(50,134,72); }
td.TdClassName
{
border-color: #328648;
}
.TagClassName
{
border-color: #328648;
}
</style>