Shades of Amazon #327F54
Tints of Amazon #327F54
RGB
CMYK
RGB Variations
Color information
#327F54 (or 0x327F54) is known color: Amazon. HEX triplet: 32, 7F and 54. RGB value is (50,127,84). Sum of RGB (Red+Green+Blue) = 50+127+84=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 127 - color contains mainly: green. Hex color #327F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F54 is #CD80AB. Grayscale: #636363. Windows color (decimal): -13467820 or 5537586. OLE color: 5537586.
HSL color Cylindrical-coordinate representation of color #327F54: hue angle of 146.49º 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 #327F54 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 127 | 84 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.50 |
| HSL | 146.49º | 0.44% | 0.35% | - |
| HSV(B) | 146.49º | 0.61% | 0.5% | - |
| XYZ | 10.51 | 16.5 | 11.02 | - |
| YUV | 99.08 | 119.49 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 84 | 0.61 | 0 | 0.34 | 0.50 | 146.49 | 0.44 | 0.35 |
| Hex | 32 | 7F | 54 | 3D | 0 | 22 | 32 | 92 | 2C | 23 |
| Octal | 62 | 177 | 124 | 75 | 0 | 42 | 62 | 222 | 54 | 43 |
| Binary | 110010 | 1111111 | 1010100 | 111101 | 0 | 100010 | 110010 | 10010010 | 101100 | 100011 |
Color Harmonies of #327F54
Complementary color
Monochromatic Colors of #327F54
Black with #327F54
Text Example
Text Example
White with #327F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327F54; }
p { color: rgb(50,127,84); }
H1.HeaderClassName
{
color: #327F54;
}
.AnyTagClassName
{
color: #327F54;
}
</style>
background-color css
<style>
a { background-color: #327F54; }
a { background-color: rgb(50,127,84); }
div.DivClassName
{
background-color: #327F54;
}
.BgClassName
{
background-color: #327F54;
}
</style>
border-color css
<style>
span { border-color: #327F54; }
span { border-color: rgb(50,127,84); }
td.TdClassName
{
border-color: #327F54;
}
.TagClassName
{
border-color: #327F54;
}
</style>