Shades of Amazon #327251
Tints of Amazon #327251
RGB
CMYK
RGB Variations
Color information
#327251 (or 0x327251) is known color: Amazon. HEX triplet: 32, 72 and 51. RGB value is (50,114,81). Sum of RGB (Red+Green+Blue) = 50+114+81=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #327251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327251 is #CD8DAE. Grayscale: #5B5B5B. Windows color (decimal): -13471151 or 5337650. OLE color: 5337650.
HSL color Cylindrical-coordinate representation of color #327251: hue angle of 149.06º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327251 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 114 | 81 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.55 |
| HSL | 149.06º | 0.39% | 0.32% | - |
| HSV(B) | 149.06º | 0.56% | 0.45% | - |
| XYZ | 8.82 | 13.31 | 9.89 | - |
| YUV | 91.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 81 | 0.56 | 0 | 0.29 | 0.55 | 149.06 | 0.39 | 0.32 |
| Hex | 32 | 72 | 51 | 38 | 0 | 1D | 37 | 95 | 27 | 20 |
| Octal | 62 | 162 | 121 | 70 | 0 | 35 | 67 | 225 | 47 | 40 |
| Binary | 110010 | 1110010 | 1010001 | 111000 | 0 | 11101 | 110111 | 10010101 | 100111 | 100000 |
Color Harmonies of #327251
Complementary color
Monochromatic Colors of #327251
Black with #327251
Text Example
Text Example
White with #327251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327251; }
p { color: rgb(50,114,81); }
H1.HeaderClassName
{
color: #327251;
}
.AnyTagClassName
{
color: #327251;
}
</style>
background-color css
<style>
a { background-color: #327251; }
a { background-color: rgb(50,114,81); }
div.DivClassName
{
background-color: #327251;
}
.BgClassName
{
background-color: #327251;
}
</style>
border-color css
<style>
span { border-color: #327251; }
span { border-color: rgb(50,114,81); }
td.TdClassName
{
border-color: #327251;
}
.TagClassName
{
border-color: #327251;
}
</style>