Shades of Amazon #328646
Tints of Amazon #328646
RGB
CMYK
RGB Variations
Color information
#328646 (or 0x328646) is known color: Amazon. HEX triplet: 32, 86 and 46. RGB value is (50,134,70). Sum of RGB (Red+Green+Blue) = 50+134+70=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #328646 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328646 is #CD79B9. Grayscale: #656565. Windows color (decimal): -13466042 or 4621874. OLE color: 4621874.
HSL color Cylindrical-coordinate representation of color #328646: hue angle of 134.29º 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 #328646 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 134 | 70 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.47 |
| HSL | 134.29º | 0.46% | 0.36% | - |
| HSV(B) | 134.29º | 0.63% | 0.53% | - |
| XYZ | 10.95 | 18.17 | 8.72 | - |
| YUV | 101.59 | 110.17 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 134 | 70 | 0.63 | 0 | 0.48 | 0.47 | 134.29 | 0.46 | 0.36 |
| Hex | 32 | 86 | 46 | 3F | 0 | 30 | 2F | 86 | 2E | 24 |
| Octal | 62 | 206 | 106 | 77 | 0 | 60 | 57 | 206 | 56 | 44 |
| Binary | 110010 | 10000110 | 1000110 | 111111 | 0 | 110000 | 101111 | 10000110 | 101110 | 100100 |
Color Harmonies of #328646
Complementary color
Monochromatic Colors of #328646
Black with #328646
Text Example
Text Example
White with #328646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328646; }
p { color: rgb(50,134,70); }
H1.HeaderClassName
{
color: #328646;
}
.AnyTagClassName
{
color: #328646;
}
</style>
background-color css
<style>
a { background-color: #328646; }
a { background-color: rgb(50,134,70); }
div.DivClassName
{
background-color: #328646;
}
.BgClassName
{
background-color: #328646;
}
</style>
border-color css
<style>
span { border-color: #328646; }
span { border-color: rgb(50,134,70); }
td.TdClassName
{
border-color: #328646;
}
.TagClassName
{
border-color: #328646;
}
</style>