Shades of Amazon #327F59
Tints of Amazon #327F59
RGB
CMYK
RGB Variations
Color information
#327F59 (or 0x327F59) is known color: Amazon. HEX triplet: 32, 7F and 59. RGB value is (50,127,89). Sum of RGB (Red+Green+Blue) = 50+127+89=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #327F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F59 is #CD80A6. Grayscale: #636363. Windows color (decimal): -13467815 or 5865266. OLE color: 5865266.
HSL color Cylindrical-coordinate representation of color #327F59: hue angle of 150.39º 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 #327F59 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 127 | 89 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.50 |
| HSL | 150.39º | 0.44% | 0.35% | - |
| HSV(B) | 150.39º | 0.61% | 0.5% | - |
| XYZ | 10.71 | 16.58 | 12.09 | - |
| YUV | 99.65 | 121.99 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 89 | 0.61 | 0 | 0.30 | 0.50 | 150.39 | 0.44 | 0.35 |
| Hex | 32 | 7F | 59 | 3D | 0 | 1E | 32 | 96 | 2C | 23 |
| Octal | 62 | 177 | 131 | 75 | 0 | 36 | 62 | 226 | 54 | 43 |
| Binary | 110010 | 1111111 | 1011001 | 111101 | 0 | 11110 | 110010 | 10010110 | 101100 | 100011 |
Color Harmonies of #327F59
Complementary color
Monochromatic Colors of #327F59
Black with #327F59
Text Example
Text Example
White with #327F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327F59; }
p { color: rgb(50,127,89); }
H1.HeaderClassName
{
color: #327F59;
}
.AnyTagClassName
{
color: #327F59;
}
</style>
background-color css
<style>
a { background-color: #327F59; }
a { background-color: rgb(50,127,89); }
div.DivClassName
{
background-color: #327F59;
}
.BgClassName
{
background-color: #327F59;
}
</style>
border-color css
<style>
span { border-color: #327F59; }
span { border-color: rgb(50,127,89); }
td.TdClassName
{
border-color: #327F59;
}
.TagClassName
{
border-color: #327F59;
}
</style>