Shades of Amazon #326F51
Tints of Amazon #326F51
RGB
CMYK
RGB Variations
Color information
#326F51 (or 0x326F51) is known color: Amazon. HEX triplet: 32, 6F and 51. RGB value is (50,111,81). Sum of RGB (Red+Green+Blue) = 50+111+81=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 111 - color contains mainly: green. Hex color #326F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F51 is #CD90AE. Grayscale: #595959. Windows color (decimal): -13471919 or 5336882. OLE color: 5336882.
HSL color Cylindrical-coordinate representation of color #326F51: hue angle of 150.49º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326F51 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 111 | 81 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.56 |
| HSL | 150.49º | 0.38% | 0.32% | - |
| HSV(B) | 150.49º | 0.55% | 0.44% | - |
| XYZ | 8.49 | 12.64 | 9.78 | - |
| YUV | 89.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 81 | 0.55 | 0 | 0.27 | 0.56 | 150.49 | 0.38 | 0.32 |
| Hex | 32 | 6F | 51 | 37 | 0 | 1B | 38 | 96 | 26 | 20 |
| Octal | 62 | 157 | 121 | 67 | 0 | 33 | 70 | 226 | 46 | 40 |
| Binary | 110010 | 1101111 | 1010001 | 110111 | 0 | 11011 | 111000 | 10010110 | 100110 | 100000 |
Color Harmonies of #326F51
Complementary color
Monochromatic Colors of #326F51
Black with #326F51
Text Example
Text Example
White with #326F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326F51; }
p { color: rgb(50,111,81); }
H1.HeaderClassName
{
color: #326F51;
}
.AnyTagClassName
{
color: #326F51;
}
</style>
background-color css
<style>
a { background-color: #326F51; }
a { background-color: rgb(50,111,81); }
div.DivClassName
{
background-color: #326F51;
}
.BgClassName
{
background-color: #326F51;
}
</style>
border-color css
<style>
span { border-color: #326F51; }
span { border-color: rgb(50,111,81); }
td.TdClassName
{
border-color: #326F51;
}
.TagClassName
{
border-color: #326F51;
}
</style>