Shades of Amazon #327A49
Tints of Amazon #327A49
RGB
CMYK
RGB Variations
Color information
#327A49 (or 0x327A49) is known color: Amazon. HEX triplet: 32, 7A and 49. RGB value is (50,122,73). Sum of RGB (Red+Green+Blue) = 50+122+73=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 122 (48.05% from 255 or 49.80% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 122 - color contains mainly: green. Hex color #327A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327A49 is #CD85B6. Grayscale: #5F5F5F. Windows color (decimal): -13469111 or 4815410. OLE color: 4815410.
HSL color Cylindrical-coordinate representation of color #327A49: hue angle of 139.17º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327A49 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 122 | 73 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.52 |
| HSL | 139.17º | 0.42% | 0.34% | - |
| HSV(B) | 139.17º | 0.59% | 0.48% | - |
| XYZ | 9.48 | 15.08 | 8.71 | - |
| YUV | 94.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 73 | 0.59 | 0 | 0.40 | 0.52 | 139.17 | 0.42 | 0.34 |
| Hex | 32 | 7A | 49 | 3B | 0 | 28 | 34 | 8B | 2A | 22 |
| Octal | 62 | 172 | 111 | 73 | 0 | 50 | 64 | 213 | 52 | 42 |
| Binary | 110010 | 1111010 | 1001001 | 111011 | 0 | 101000 | 110100 | 10001011 | 101010 | 100010 |
Color Harmonies of #327A49
Complementary color
Monochromatic Colors of #327A49
Black with #327A49
Text Example
Text Example
White with #327A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327A49; }
p { color: rgb(50,122,73); }
H1.HeaderClassName
{
color: #327A49;
}
.AnyTagClassName
{
color: #327A49;
}
</style>
background-color css
<style>
a { background-color: #327A49; }
a { background-color: rgb(50,122,73); }
div.DivClassName
{
background-color: #327A49;
}
.BgClassName
{
background-color: #327A49;
}
</style>
border-color css
<style>
span { border-color: #327A49; }
span { border-color: rgb(50,122,73); }
td.TdClassName
{
border-color: #327A49;
}
.TagClassName
{
border-color: #327A49;
}
</style>