Shades of Amazon #328547
Tints of Amazon #328547
RGB
CMYK
RGB Variations
Color information
#328547 (or 0x328547) is known color: Amazon. HEX triplet: 32, 85 and 47. RGB value is (50,133,71). Sum of RGB (Red+Green+Blue) = 50+133+71=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #328547 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328547 is #CD7AB8. Grayscale: #656565. Windows color (decimal): -13466297 or 4687154. OLE color: 4687154.
HSL color Cylindrical-coordinate representation of color #328547: hue angle of 135.18º 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 #328547 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 133 | 71 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.48 |
| HSL | 135.18º | 0.45% | 0.36% | - |
| HSV(B) | 135.18º | 0.62% | 0.52% | - |
| XYZ | 10.84 | 17.91 | 8.85 | - |
| YUV | 101.12 | 111 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 71 | 0.62 | 0 | 0.47 | 0.48 | 135.18 | 0.45 | 0.36 |
| Hex | 32 | 85 | 47 | 3E | 0 | 2F | 30 | 87 | 2D | 24 |
| Octal | 62 | 205 | 107 | 76 | 0 | 57 | 60 | 207 | 55 | 44 |
| Binary | 110010 | 10000101 | 1000111 | 111110 | 0 | 101111 | 110000 | 10000111 | 101101 | 100100 |
Color Harmonies of #328547
Complementary color
Monochromatic Colors of #328547
Black with #328547
Text Example
Text Example
White with #328547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328547; }
p { color: rgb(50,133,71); }
H1.HeaderClassName
{
color: #328547;
}
.AnyTagClassName
{
color: #328547;
}
</style>
background-color css
<style>
a { background-color: #328547; }
a { background-color: rgb(50,133,71); }
div.DivClassName
{
background-color: #328547;
}
.BgClassName
{
background-color: #328547;
}
</style>
border-color css
<style>
span { border-color: #328547; }
span { border-color: rgb(50,133,71); }
td.TdClassName
{
border-color: #328547;
}
.TagClassName
{
border-color: #328547;
}
</style>