Shades of Amazon #327850
Tints of Amazon #327850
RGB
CMYK
RGB Variations
Color information
#327850 (or 0x327850) is known color: Amazon. HEX triplet: 32, 78 and 50. RGB value is (50,120,80). Sum of RGB (Red+Green+Blue) = 50+120+80=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #327850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327850 is #CD87AF. Grayscale: #5E5E5E. Windows color (decimal): -13469616 or 5273650. OLE color: 5273650.
HSL color Cylindrical-coordinate representation of color #327850: hue angle of 145.71º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327850 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 120 | 80 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.53 |
| HSL | 145.71º | 0.41% | 0.33% | - |
| HSV(B) | 145.71º | 0.58% | 0.47% | - |
| XYZ | 9.48 | 14.69 | 9.93 | - |
| YUV | 94.51 | 119.81 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 80 | 0.58 | 0 | 0.33 | 0.53 | 145.71 | 0.41 | 0.33 |
| Hex | 32 | 78 | 50 | 3A | 0 | 21 | 35 | 92 | 29 | 21 |
| Octal | 62 | 170 | 120 | 72 | 0 | 41 | 65 | 222 | 51 | 41 |
| Binary | 110010 | 1111000 | 1010000 | 111010 | 0 | 100001 | 110101 | 10010010 | 101001 | 100001 |
Color Harmonies of #327850
Complementary color
Monochromatic Colors of #327850
Black with #327850
Text Example
Text Example
White with #327850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327850; }
p { color: rgb(50,120,80); }
H1.HeaderClassName
{
color: #327850;
}
.AnyTagClassName
{
color: #327850;
}
</style>
background-color css
<style>
a { background-color: #327850; }
a { background-color: rgb(50,120,80); }
div.DivClassName
{
background-color: #327850;
}
.BgClassName
{
background-color: #327850;
}
</style>
border-color css
<style>
span { border-color: #327850; }
span { border-color: rgb(50,120,80); }
td.TdClassName
{
border-color: #327850;
}
.TagClassName
{
border-color: #327850;
}
</style>