Shades of Amazon #328146
Tints of Amazon #328146
RGB
CMYK
RGB Variations
Color information
#328146 (or 0x328146) is known color: Amazon. HEX triplet: 32, 81 and 46. RGB value is (50,129,70). Sum of RGB (Red+Green+Blue) = 50+129+70=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #328146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328146 is #CD7EB9. Grayscale: #626262. Windows color (decimal): -13467322 or 4620594. OLE color: 4620594.
HSL color Cylindrical-coordinate representation of color #328146: hue angle of 135.19º 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 #328146 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 129 | 70 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.49 |
| HSL | 135.19º | 0.44% | 0.35% | - |
| HSV(B) | 135.19º | 0.61% | 0.51% | - |
| XYZ | 10.27 | 16.82 | 8.5 | - |
| YUV | 98.65 | 111.83 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 70 | 0.61 | 0 | 0.46 | 0.49 | 135.19 | 0.44 | 0.35 |
| Hex | 32 | 81 | 46 | 3D | 0 | 2E | 31 | 87 | 2C | 23 |
| Octal | 62 | 201 | 106 | 75 | 0 | 56 | 61 | 207 | 54 | 43 |
| Binary | 110010 | 10000001 | 1000110 | 111101 | 0 | 101110 | 110001 | 10000111 | 101100 | 100011 |
Color Harmonies of #328146
Complementary color
Monochromatic Colors of #328146
Black with #328146
Text Example
Text Example
White with #328146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328146; }
p { color: rgb(50,129,70); }
H1.HeaderClassName
{
color: #328146;
}
.AnyTagClassName
{
color: #328146;
}
</style>
background-color css
<style>
a { background-color: #328146; }
a { background-color: rgb(50,129,70); }
div.DivClassName
{
background-color: #328146;
}
.BgClassName
{
background-color: #328146;
}
</style>
border-color css
<style>
span { border-color: #328146; }
span { border-color: rgb(50,129,70); }
td.TdClassName
{
border-color: #328146;
}
.TagClassName
{
border-color: #328146;
}
</style>