Shades of Amazon #327352
Tints of Amazon #327352
RGB
CMYK
RGB Variations
Color information
#327352 (or 0x327352) is known color: Amazon. HEX triplet: 32, 73 and 52. RGB value is (50,115,82). Sum of RGB (Red+Green+Blue) = 50+115+82=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #327352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327352 is #CD8CAD. Grayscale: #5B5B5B. Windows color (decimal): -13470894 or 5403442. OLE color: 5403442.
HSL color Cylindrical-coordinate representation of color #327352: hue angle of 149.54º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327352 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 115 | 82 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.55 |
| HSL | 149.54º | 0.39% | 0.32% | - |
| HSV(B) | 149.54º | 0.57% | 0.45% | - |
| XYZ | 8.97 | 13.55 | 10.13 | - |
| YUV | 91.8 | 122.47 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 115 | 82 | 0.57 | 0 | 0.29 | 0.55 | 149.54 | 0.39 | 0.32 |
| Hex | 32 | 73 | 52 | 39 | 0 | 1D | 37 | 96 | 27 | 20 |
| Octal | 62 | 163 | 122 | 71 | 0 | 35 | 67 | 226 | 47 | 40 |
| Binary | 110010 | 1110011 | 1010010 | 111001 | 0 | 11101 | 110111 | 10010110 | 100111 | 100000 |
Color Harmonies of #327352
Complementary color
Monochromatic Colors of #327352
Black with #327352
Text Example
Text Example
White with #327352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327352; }
p { color: rgb(50,115,82); }
H1.HeaderClassName
{
color: #327352;
}
.AnyTagClassName
{
color: #327352;
}
</style>
background-color css
<style>
a { background-color: #327352; }
a { background-color: rgb(50,115,82); }
div.DivClassName
{
background-color: #327352;
}
.BgClassName
{
background-color: #327352;
}
</style>
border-color css
<style>
span { border-color: #327352; }
span { border-color: rgb(50,115,82); }
td.TdClassName
{
border-color: #327352;
}
.TagClassName
{
border-color: #327352;
}
</style>