Shades of Amazon #327759
Tints of Amazon #327759
RGB
CMYK
RGB Variations
Color information
#327759 (or 0x327759) is known color: Amazon. HEX triplet: 32, 77 and 59. RGB value is (50,119,89). Sum of RGB (Red+Green+Blue) = 50+119+89=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #327759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327759 is #CD88A6. Grayscale: #5F5F5F. Windows color (decimal): -13469863 or 5863218. OLE color: 5863218.
HSL color Cylindrical-coordinate representation of color #327759: hue angle of 153.91º 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 #327759 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 119 | 89 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.53 |
| HSL | 153.91º | 0.41% | 0.33% | - |
| HSV(B) | 153.91º | 0.58% | 0.47% | - |
| XYZ | 9.72 | 14.59 | 11.76 | - |
| YUV | 94.95 | 124.64 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 89 | 0.58 | 0 | 0.25 | 0.53 | 153.91 | 0.41 | 0.33 |
| Hex | 32 | 77 | 59 | 3A | 0 | 19 | 35 | 9A | 29 | 21 |
| Octal | 62 | 167 | 131 | 72 | 0 | 31 | 65 | 232 | 51 | 41 |
| Binary | 110010 | 1110111 | 1011001 | 111010 | 0 | 11001 | 110101 | 10011010 | 101001 | 100001 |
Color Harmonies of #327759
Complementary color
Monochromatic Colors of #327759
Black with #327759
Text Example
Text Example
White with #327759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327759; }
p { color: rgb(50,119,89); }
H1.HeaderClassName
{
color: #327759;
}
.AnyTagClassName
{
color: #327759;
}
</style>
background-color css
<style>
a { background-color: #327759; }
a { background-color: rgb(50,119,89); }
div.DivClassName
{
background-color: #327759;
}
.BgClassName
{
background-color: #327759;
}
</style>
border-color css
<style>
span { border-color: #327759; }
span { border-color: rgb(50,119,89); }
td.TdClassName
{
border-color: #327759;
}
.TagClassName
{
border-color: #327759;
}
</style>