Shades of Amazon #327751
Tints of Amazon #327751
RGB
CMYK
RGB Variations
Color information
#327751 (or 0x327751) is known color: Amazon. HEX triplet: 32, 77 and 51. RGB value is (50,119,81). Sum of RGB (Red+Green+Blue) = 50+119+81=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #327751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327751 is #CD88AE. Grayscale: #5E5E5E. Windows color (decimal): -13469871 or 5338930. OLE color: 5338930.
HSL color Cylindrical-coordinate representation of color #327751: hue angle of 146.96º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327751 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 119 | 81 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.53 |
| HSL | 146.96º | 0.41% | 0.33% | - |
| HSV(B) | 146.96º | 0.58% | 0.47% | - |
| XYZ | 9.4 | 14.47 | 10.08 | - |
| YUV | 94.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 81 | 0.58 | 0 | 0.32 | 0.53 | 146.96 | 0.41 | 0.33 |
| Hex | 32 | 77 | 51 | 3A | 0 | 20 | 35 | 93 | 29 | 21 |
| Octal | 62 | 167 | 121 | 72 | 0 | 40 | 65 | 223 | 51 | 41 |
| Binary | 110010 | 1110111 | 1010001 | 111010 | 0 | 100000 | 110101 | 10010011 | 101001 | 100001 |
Color Harmonies of #327751
Complementary color
Monochromatic Colors of #327751
Black with #327751
Text Example
Text Example
White with #327751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327751; }
p { color: rgb(50,119,81); }
H1.HeaderClassName
{
color: #327751;
}
.AnyTagClassName
{
color: #327751;
}
</style>
background-color css
<style>
a { background-color: #327751; }
a { background-color: rgb(50,119,81); }
div.DivClassName
{
background-color: #327751;
}
.BgClassName
{
background-color: #327751;
}
</style>
border-color css
<style>
span { border-color: #327751; }
span { border-color: rgb(50,119,81); }
td.TdClassName
{
border-color: #327751;
}
.TagClassName
{
border-color: #327751;
}
</style>