Shades of Amazon #327146
Tints of Amazon #327146
RGB
CMYK
RGB Variations
Color information
#327146 (or 0x327146) is known color: Amazon. HEX triplet: 32, 71 and 46. RGB value is (50,113,70). Sum of RGB (Red+Green+Blue) = 50+113+70=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #327146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327146 is #CD8EB9. Grayscale: #595959. Windows color (decimal): -13471418 or 4616498. OLE color: 4616498.
HSL color Cylindrical-coordinate representation of color #327146: hue angle of 139.05º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327146 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 113 | 70 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.56 |
| HSL | 139.05º | 0.39% | 0.32% | - |
| HSV(B) | 139.05º | 0.56% | 0.44% | - |
| XYZ | 8.33 | 12.93 | 7.85 | - |
| YUV | 89.26 | 117.13 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 70 | 0.56 | 0 | 0.38 | 0.56 | 139.05 | 0.39 | 0.32 |
| Hex | 32 | 71 | 46 | 38 | 0 | 26 | 38 | 8B | 27 | 20 |
| Octal | 62 | 161 | 106 | 70 | 0 | 46 | 70 | 213 | 47 | 40 |
| Binary | 110010 | 1110001 | 1000110 | 111000 | 0 | 100110 | 111000 | 10001011 | 100111 | 100000 |
Color Harmonies of #327146
Complementary color
Monochromatic Colors of #327146
Black with #327146
Text Example
Text Example
White with #327146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327146; }
p { color: rgb(50,113,70); }
H1.HeaderClassName
{
color: #327146;
}
.AnyTagClassName
{
color: #327146;
}
</style>
background-color css
<style>
a { background-color: #327146; }
a { background-color: rgb(50,113,70); }
div.DivClassName
{
background-color: #327146;
}
.BgClassName
{
background-color: #327146;
}
</style>
border-color css
<style>
span { border-color: #327146; }
span { border-color: rgb(50,113,70); }
td.TdClassName
{
border-color: #327146;
}
.TagClassName
{
border-color: #327146;
}
</style>