Shades of Amazon #327447
Tints of Amazon #327447
RGB
CMYK
RGB Variations
Color information
#327447 (or 0x327447) is known color: Amazon. HEX triplet: 32, 74 and 47. RGB value is (50,116,71). Sum of RGB (Red+Green+Blue) = 50+116+71=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #327447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327447 is #CD8BB8. Grayscale: #5B5B5B. Windows color (decimal): -13470649 or 4682802. OLE color: 4682802.
HSL color Cylindrical-coordinate representation of color #327447: hue angle of 139.09º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327447 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 116 | 71 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.55 |
| HSL | 139.09º | 0.4% | 0.33% | - |
| HSV(B) | 139.09º | 0.57% | 0.45% | - |
| XYZ | 8.7 | 13.62 | 8.13 | - |
| YUV | 91.14 | 116.63 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 116 | 71 | 0.57 | 0 | 0.39 | 0.55 | 139.09 | 0.4 | 0.33 |
| Hex | 32 | 74 | 47 | 39 | 0 | 27 | 37 | 8B | 28 | 21 |
| Octal | 62 | 164 | 107 | 71 | 0 | 47 | 67 | 213 | 50 | 41 |
| Binary | 110010 | 1110100 | 1000111 | 111001 | 0 | 100111 | 110111 | 10001011 | 101000 | 100001 |
Color Harmonies of #327447
Complementary color
Monochromatic Colors of #327447
Black with #327447
Text Example
Text Example
White with #327447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327447; }
p { color: rgb(50,116,71); }
H1.HeaderClassName
{
color: #327447;
}
.AnyTagClassName
{
color: #327447;
}
</style>
background-color css
<style>
a { background-color: #327447; }
a { background-color: rgb(50,116,71); }
div.DivClassName
{
background-color: #327447;
}
.BgClassName
{
background-color: #327447;
}
</style>
border-color css
<style>
span { border-color: #327447; }
span { border-color: rgb(50,116,71); }
td.TdClassName
{
border-color: #327447;
}
.TagClassName
{
border-color: #327447;
}
</style>