Shades of Amazon #327346
Tints of Amazon #327346
RGB
CMYK
RGB Variations
Color information
#327346 (or 0x327346) is known color: Amazon. HEX triplet: 32, 73 and 46. RGB value is (50,115,70). Sum of RGB (Red+Green+Blue) = 50+115+70=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #327346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327346 is #CD8CB9. Grayscale: #5A5A5A. Windows color (decimal): -13470906 or 4617010. OLE color: 4617010.
HSL color Cylindrical-coordinate representation of color #327346: hue angle of 138.46º 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 #327346 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 115 | 70 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.55 |
| HSL | 138.46º | 0.39% | 0.32% | - |
| HSV(B) | 138.46º | 0.57% | 0.45% | - |
| XYZ | 8.55 | 13.38 | 7.93 | - |
| YUV | 90.44 | 116.47 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 115 | 70 | 0.57 | 0 | 0.39 | 0.55 | 138.46 | 0.39 | 0.32 |
| Hex | 32 | 73 | 46 | 39 | 0 | 27 | 37 | 8A | 27 | 20 |
| Octal | 62 | 163 | 106 | 71 | 0 | 47 | 67 | 212 | 47 | 40 |
| Binary | 110010 | 1110011 | 1000110 | 111001 | 0 | 100111 | 110111 | 10001010 | 100111 | 100000 |
Color Harmonies of #327346
Complementary color
Monochromatic Colors of #327346
Black with #327346
Text Example
Text Example
White with #327346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327346; }
p { color: rgb(50,115,70); }
H1.HeaderClassName
{
color: #327346;
}
.AnyTagClassName
{
color: #327346;
}
</style>
background-color css
<style>
a { background-color: #327346; }
a { background-color: rgb(50,115,70); }
div.DivClassName
{
background-color: #327346;
}
.BgClassName
{
background-color: #327346;
}
</style>
border-color css
<style>
span { border-color: #327346; }
span { border-color: rgb(50,115,70); }
td.TdClassName
{
border-color: #327346;
}
.TagClassName
{
border-color: #327346;
}
</style>