Shades of Amazon #328147
Tints of Amazon #328147
RGB
CMYK
RGB Variations
Color information
#328147 (or 0x328147) is known color: Amazon. HEX triplet: 32, 81 and 47. RGB value is (50,129,71). Sum of RGB (Red+Green+Blue) = 50+129+71=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #328147 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328147 is #CD7EB8. Grayscale: #626262. Windows color (decimal): -13467321 or 4686130. OLE color: 4686130.
HSL color Cylindrical-coordinate representation of color #328147: hue angle of 135.95º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #328147 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 129 | 71 | - |
| CMYK | 0.61 | 0 | 0.45 | 0.49 |
| HSL | 135.95º | 0.44% | 0.35% | - |
| HSV(B) | 135.95º | 0.61% | 0.51% | - |
| XYZ | 10.3 | 16.83 | 8.67 | - |
| YUV | 98.77 | 112.33 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 71 | 0.61 | 0 | 0.45 | 0.49 | 135.95 | 0.44 | 0.35 |
| Hex | 32 | 81 | 47 | 3D | 0 | 2D | 31 | 88 | 2C | 23 |
| Octal | 62 | 201 | 107 | 75 | 0 | 55 | 61 | 210 | 54 | 43 |
| Binary | 110010 | 10000001 | 1000111 | 111101 | 0 | 101101 | 110001 | 10001000 | 101100 | 100011 |
Color Harmonies of #328147
Complementary color
Monochromatic Colors of #328147
Black with #328147
Text Example
Text Example
White with #328147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328147; }
p { color: rgb(50,129,71); }
H1.HeaderClassName
{
color: #328147;
}
.AnyTagClassName
{
color: #328147;
}
</style>
background-color css
<style>
a { background-color: #328147; }
a { background-color: rgb(50,129,71); }
div.DivClassName
{
background-color: #328147;
}
.BgClassName
{
background-color: #328147;
}
</style>
border-color css
<style>
span { border-color: #328147; }
span { border-color: rgb(50,129,71); }
td.TdClassName
{
border-color: #328147;
}
.TagClassName
{
border-color: #328147;
}
</style>