Shades of Amazon #327F49
Tints of Amazon #327F49
RGB
CMYK
RGB Variations
Color information
#327F49 (or 0x327F49) is known color: Amazon. HEX triplet: 32, 7F and 49. RGB value is (50,127,73). Sum of RGB (Red+Green+Blue) = 50+127+73=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 127 (50% from 255 or 50.8% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 127 - color contains mainly: green. Hex color #327F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327F49 is #CD80B6. Grayscale: #616161. Windows color (decimal): -13467831 or 4816690. OLE color: 4816690.
HSL color Cylindrical-coordinate representation of color #327F49: hue angle of 137.92º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327F49 is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 127 | 73 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.50 |
| HSL | 137.92º | 0.44% | 0.35% | - |
| HSV(B) | 137.92º | 0.61% | 0.5% | - |
| XYZ | 10.11 | 16.34 | 8.92 | - |
| YUV | 97.82 | 113.99 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 73 | 0.61 | 0 | 0.43 | 0.50 | 137.92 | 0.44 | 0.35 |
| Hex | 32 | 7F | 49 | 3D | 0 | 2B | 32 | 8A | 2C | 23 |
| Octal | 62 | 177 | 111 | 75 | 0 | 53 | 62 | 212 | 54 | 43 |
| Binary | 110010 | 1111111 | 1001001 | 111101 | 0 | 101011 | 110010 | 10001010 | 101100 | 100011 |
Color Harmonies of #327F49
Complementary color
Monochromatic Colors of #327F49
Black with #327F49
Text Example
Text Example
White with #327F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327F49; }
p { color: rgb(50,127,73); }
H1.HeaderClassName
{
color: #327F49;
}
.AnyTagClassName
{
color: #327F49;
}
</style>
background-color css
<style>
a { background-color: #327F49; }
a { background-color: rgb(50,127,73); }
div.DivClassName
{
background-color: #327F49;
}
.BgClassName
{
background-color: #327F49;
}
</style>
border-color css
<style>
span { border-color: #327F49; }
span { border-color: rgb(50,127,73); }
td.TdClassName
{
border-color: #327F49;
}
.TagClassName
{
border-color: #327F49;
}
</style>