Shades of Amazon #327551
Tints of Amazon #327551
RGB
CMYK
RGB Variations
Color information
#327551 (or 0x327551) is known color: Amazon. HEX triplet: 32, 75 and 51. RGB value is (50,117,81). Sum of RGB (Red+Green+Blue) = 50+117+81=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #327551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327551 is #CD8AAE. Grayscale: #5C5C5C. Windows color (decimal): -13470383 or 5338418. OLE color: 5338418.
HSL color Cylindrical-coordinate representation of color #327551: hue angle of 147.76º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327551 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 117 | 81 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.54 |
| HSL | 147.76º | 0.4% | 0.33% | - |
| HSV(B) | 147.76º | 0.57% | 0.46% | - |
| XYZ | 9.16 | 13.99 | 10 | - |
| YUV | 92.86 | 121.3 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 117 | 81 | 0.57 | 0 | 0.31 | 0.54 | 147.76 | 0.4 | 0.33 |
| Hex | 32 | 75 | 51 | 39 | 0 | 1F | 36 | 94 | 28 | 21 |
| Octal | 62 | 165 | 121 | 71 | 0 | 37 | 66 | 224 | 50 | 41 |
| Binary | 110010 | 1110101 | 1010001 | 111001 | 0 | 11111 | 110110 | 10010100 | 101000 | 100001 |
Color Harmonies of #327551
Complementary color
Monochromatic Colors of #327551
Black with #327551
Text Example
Text Example
White with #327551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327551; }
p { color: rgb(50,117,81); }
H1.HeaderClassName
{
color: #327551;
}
.AnyTagClassName
{
color: #327551;
}
</style>
background-color css
<style>
a { background-color: #327551; }
a { background-color: rgb(50,117,81); }
div.DivClassName
{
background-color: #327551;
}
.BgClassName
{
background-color: #327551;
}
</style>
border-color css
<style>
span { border-color: #327551; }
span { border-color: rgb(50,117,81); }
td.TdClassName
{
border-color: #327551;
}
.TagClassName
{
border-color: #327551;
}
</style>