Shades of Amazon #326F4E
Tints of Amazon #326F4E
RGB
CMYK
RGB Variations
Color information
#326F4E (or 0x326F4E) is known color: Amazon. HEX triplet: 32, 6F and 4E. RGB value is (50,111,78). Sum of RGB (Red+Green+Blue) = 50+111+78=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #326F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F4E is #CD90B1. Grayscale: #595959. Windows color (decimal): -13471922 or 5140274. OLE color: 5140274.
HSL color Cylindrical-coordinate representation of color #326F4E: hue angle of 147.54º 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 #326F4E is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 111 | 78 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.56 |
| HSL | 147.54º | 0.38% | 0.32% | - |
| HSV(B) | 147.54º | 0.55% | 0.44% | - |
| XYZ | 8.37 | 12.6 | 9.2 | - |
| YUV | 89 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 78 | 0.55 | 0 | 0.30 | 0.56 | 147.54 | 0.38 | 0.32 |
| Hex | 32 | 6F | 4E | 37 | 0 | 1E | 38 | 94 | 26 | 20 |
| Octal | 62 | 157 | 116 | 67 | 0 | 36 | 70 | 224 | 46 | 40 |
| Binary | 110010 | 1101111 | 1001110 | 110111 | 0 | 11110 | 111000 | 10010100 | 100110 | 100000 |
Color Harmonies of #326F4E
Complementary color
Monochromatic Colors of #326F4E
Black with #326F4E
Text Example
Text Example
White with #326F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326F4E; }
p { color: rgb(50,111,78); }
H1.HeaderClassName
{
color: #326F4E;
}
.AnyTagClassName
{
color: #326F4E;
}
</style>
background-color css
<style>
a { background-color: #326F4E; }
a { background-color: rgb(50,111,78); }
div.DivClassName
{
background-color: #326F4E;
}
.BgClassName
{
background-color: #326F4E;
}
</style>
border-color css
<style>
span { border-color: #326F4E; }
span { border-color: rgb(50,111,78); }
td.TdClassName
{
border-color: #326F4E;
}
.TagClassName
{
border-color: #326F4E;
}
</style>