Shades of Amazon #326C4C
Tints of Amazon #326C4C
RGB
CMYK
RGB Variations
Color information
#326C4C (or 0x326C4C) is known color: Amazon. HEX triplet: 32, 6C and 4C. RGB value is (50,108,76). Sum of RGB (Red+Green+Blue) = 50+108+76=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 108 - color contains mainly: green. Hex color #326C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326C4C is #CD93B3. Grayscale: #575757. Windows color (decimal): -13472692 or 5008434. OLE color: 5008434.
HSL color Cylindrical-coordinate representation of color #326C4C: hue angle of 146.9º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #326C4C is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 108 | 76 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.58 |
| HSL | 146.9º | 0.37% | 0.31% | - |
| HSV(B) | 146.9º | 0.54% | 0.42% | - |
| XYZ | 7.98 | 11.93 | 8.72 | - |
| YUV | 87.01 | 121.78 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 76 | 0.54 | 0 | 0.30 | 0.58 | 146.9 | 0.37 | 0.31 |
| Hex | 32 | 6C | 4C | 36 | 0 | 1E | 3A | 93 | 25 | 1F |
| Octal | 62 | 154 | 114 | 66 | 0 | 36 | 72 | 223 | 45 | 37 |
| Binary | 110010 | 1101100 | 1001100 | 110110 | 0 | 11110 | 111010 | 10010011 | 100101 | 11111 |
Color Harmonies of #326C4C
Complementary color
Monochromatic Colors of #326C4C
Black with #326C4C
Text Example
Text Example
White with #326C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326C4C; }
p { color: rgb(50,108,76); }
H1.HeaderClassName
{
color: #326C4C;
}
.AnyTagClassName
{
color: #326C4C;
}
</style>
background-color css
<style>
a { background-color: #326C4C; }
a { background-color: rgb(50,108,76); }
div.DivClassName
{
background-color: #326C4C;
}
.BgClassName
{
background-color: #326C4C;
}
</style>
border-color css
<style>
span { border-color: #326C4C; }
span { border-color: rgb(50,108,76); }
td.TdClassName
{
border-color: #326C4C;
}
.TagClassName
{
border-color: #326C4C;
}
</style>