Shades of Amazon #326E48
Tints of Amazon #326E48
RGB
CMYK
RGB Variations
Color information
#326E48 (or 0x326E48) is known color: Amazon. HEX triplet: 32, 6E and 48. RGB value is (50,110,72). Sum of RGB (Red+Green+Blue) = 50+110+72=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 110 - color contains mainly: green. Hex color #326E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326E48 is #CD91B7. Grayscale: #575757. Windows color (decimal): -13472184 or 4746802. OLE color: 4746802.
HSL color Cylindrical-coordinate representation of color #326E48: hue angle of 142º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326E48 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 110 | 72 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.57 |
| HSL | 142º | 0.38% | 0.31% | - |
| HSV(B) | 142º | 0.55% | 0.43% | - |
| XYZ | 8.06 | 12.3 | 8.08 | - |
| YUV | 87.73 | 119.12 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 72 | 0.55 | 0 | 0.35 | 0.57 | 142 | 0.38 | 0.31 |
| Hex | 32 | 6E | 48 | 37 | 0 | 23 | 39 | 8E | 26 | 1F |
| Octal | 62 | 156 | 110 | 67 | 0 | 43 | 71 | 216 | 46 | 37 |
| Binary | 110010 | 1101110 | 1001000 | 110111 | 0 | 100011 | 111001 | 10001110 | 100110 | 11111 |
Color Harmonies of #326E48
Complementary color
Monochromatic Colors of #326E48
Black with #326E48
Text Example
Text Example
White with #326E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326E48; }
p { color: rgb(50,110,72); }
H1.HeaderClassName
{
color: #326E48;
}
.AnyTagClassName
{
color: #326E48;
}
</style>
background-color css
<style>
a { background-color: #326E48; }
a { background-color: rgb(50,110,72); }
div.DivClassName
{
background-color: #326E48;
}
.BgClassName
{
background-color: #326E48;
}
</style>
border-color css
<style>
span { border-color: #326E48; }
span { border-color: rgb(50,110,72); }
td.TdClassName
{
border-color: #326E48;
}
.TagClassName
{
border-color: #326E48;
}
</style>