Shades of Amazon #326F4C
Tints of Amazon #326F4C
RGB
CMYK
RGB Variations
Color information
#326F4C (or 0x326F4C) is known color: Amazon. HEX triplet: 32, 6F and 4C. RGB value is (50,111,76). Sum of RGB (Red+Green+Blue) = 50+111+76=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 111 - color contains mainly: green. Hex color #326F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F4C is #CD90B3. Grayscale: #585858. Windows color (decimal): -13471924 or 5009202. OLE color: 5009202.
HSL color Cylindrical-coordinate representation of color #326F4C: hue angle of 145.57º 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 #326F4C is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 111 | 76 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.56 |
| HSL | 145.57º | 0.38% | 0.32% | - |
| HSV(B) | 145.57º | 0.55% | 0.44% | - |
| XYZ | 8.3 | 12.57 | 8.83 | - |
| YUV | 88.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 76 | 0.55 | 0 | 0.32 | 0.56 | 145.57 | 0.38 | 0.32 |
| Hex | 32 | 6F | 4C | 37 | 0 | 20 | 38 | 92 | 26 | 20 |
| Octal | 62 | 157 | 114 | 67 | 0 | 40 | 70 | 222 | 46 | 40 |
| Binary | 110010 | 1101111 | 1001100 | 110111 | 0 | 100000 | 111000 | 10010010 | 100110 | 100000 |
Color Harmonies of #326F4C
Complementary color
Monochromatic Colors of #326F4C
Black with #326F4C
Text Example
Text Example
White with #326F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326F4C; }
p { color: rgb(50,111,76); }
H1.HeaderClassName
{
color: #326F4C;
}
.AnyTagClassName
{
color: #326F4C;
}
</style>
background-color css
<style>
a { background-color: #326F4C; }
a { background-color: rgb(50,111,76); }
div.DivClassName
{
background-color: #326F4C;
}
.BgClassName
{
background-color: #326F4C;
}
</style>
border-color css
<style>
span { border-color: #326F4C; }
span { border-color: rgb(50,111,76); }
td.TdClassName
{
border-color: #326F4C;
}
.TagClassName
{
border-color: #326F4C;
}
</style>