Shades of Amazon #328447
Tints of Amazon #328447
RGB
CMYK
RGB Variations
Color information
#328447 (or 0x328447) is known color: Amazon. HEX triplet: 32, 84 and 47. RGB value is (50,132,71). Sum of RGB (Red+Green+Blue) = 50+132+71=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #328447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328447 is #CD7BB8. Grayscale: #646464. Windows color (decimal): -13466553 or 4686898. OLE color: 4686898.
HSL color Cylindrical-coordinate representation of color #328447: hue angle of 135.37º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328447 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 132 | 71 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.48 |
| HSL | 135.37º | 0.45% | 0.36% | - |
| HSV(B) | 135.37º | 0.62% | 0.52% | - |
| XYZ | 10.7 | 17.64 | 8.8 | - |
| YUV | 100.53 | 111.33 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 132 | 71 | 0.62 | 0 | 0.46 | 0.48 | 135.37 | 0.45 | 0.36 |
| Hex | 32 | 84 | 47 | 3E | 0 | 2E | 30 | 87 | 2D | 24 |
| Octal | 62 | 204 | 107 | 76 | 0 | 56 | 60 | 207 | 55 | 44 |
| Binary | 110010 | 10000100 | 1000111 | 111110 | 0 | 101110 | 110000 | 10000111 | 101101 | 100100 |
Color Harmonies of #328447
Complementary color
Monochromatic Colors of #328447
Black with #328447
Text Example
Text Example
White with #328447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328447; }
p { color: rgb(50,132,71); }
H1.HeaderClassName
{
color: #328447;
}
.AnyTagClassName
{
color: #328447;
}
</style>
background-color css
<style>
a { background-color: #328447; }
a { background-color: rgb(50,132,71); }
div.DivClassName
{
background-color: #328447;
}
.BgClassName
{
background-color: #328447;
}
</style>
border-color css
<style>
span { border-color: #328447; }
span { border-color: rgb(50,132,71); }
td.TdClassName
{
border-color: #328447;
}
.TagClassName
{
border-color: #328447;
}
</style>