Shades of Amazon #328647
Tints of Amazon #328647
RGB
CMYK
RGB Variations
Color information
#328647 (or 0x328647) is known color: Amazon. HEX triplet: 32, 86 and 47. RGB value is (50,134,71). Sum of RGB (Red+Green+Blue) = 50+134+71=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #328647 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328647 is #CD79B8. Grayscale: #656565. Windows color (decimal): -13466041 or 4687410. OLE color: 4687410.
HSL color Cylindrical-coordinate representation of color #328647: hue angle of 135º 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 #328647 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 134 | 71 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.47 |
| HSL | 135º | 0.46% | 0.36% | - |
| HSV(B) | 135º | 0.63% | 0.53% | - |
| XYZ | 10.98 | 18.18 | 8.89 | - |
| YUV | 101.7 | 110.67 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 134 | 71 | 0.63 | 0 | 0.47 | 0.47 | 135 | 0.46 | 0.36 |
| Hex | 32 | 86 | 47 | 3F | 0 | 2F | 2F | 87 | 2E | 24 |
| Octal | 62 | 206 | 107 | 77 | 0 | 57 | 57 | 207 | 56 | 44 |
| Binary | 110010 | 10000110 | 1000111 | 111111 | 0 | 101111 | 101111 | 10000111 | 101110 | 100100 |
Color Harmonies of #328647
Complementary color
Monochromatic Colors of #328647
Black with #328647
Text Example
Text Example
White with #328647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328647; }
p { color: rgb(50,134,71); }
H1.HeaderClassName
{
color: #328647;
}
.AnyTagClassName
{
color: #328647;
}
</style>
background-color css
<style>
a { background-color: #328647; }
a { background-color: rgb(50,134,71); }
div.DivClassName
{
background-color: #328647;
}
.BgClassName
{
background-color: #328647;
}
</style>
border-color css
<style>
span { border-color: #328647; }
span { border-color: rgb(50,134,71); }
td.TdClassName
{
border-color: #328647;
}
.TagClassName
{
border-color: #328647;
}
</style>