Shades of Amazon #327556
Tints of Amazon #327556
RGB
CMYK
RGB Variations
Color information
#327556 (or 0x327556) is known color: Amazon. HEX triplet: 32, 75 and 56. RGB value is (50,117,86). Sum of RGB (Red+Green+Blue) = 50+117+86=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #327556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327556 is #CD8AA9. Grayscale: #5D5D5D. Windows color (decimal): -13470378 or 5666098. OLE color: 5666098.
HSL color Cylindrical-coordinate representation of color #327556: hue angle of 152.24º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327556 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 117 | 86 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.54 |
| HSL | 152.24º | 0.4% | 0.33% | - |
| HSV(B) | 152.24º | 0.57% | 0.46% | - |
| XYZ | 9.36 | 14.07 | 11.03 | - |
| YUV | 93.43 | 123.8 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 117 | 86 | 0.57 | 0 | 0.26 | 0.54 | 152.24 | 0.4 | 0.33 |
| Hex | 32 | 75 | 56 | 39 | 0 | 1A | 36 | 98 | 28 | 21 |
| Octal | 62 | 165 | 126 | 71 | 0 | 32 | 66 | 230 | 50 | 41 |
| Binary | 110010 | 1110101 | 1010110 | 111001 | 0 | 11010 | 110110 | 10011000 | 101000 | 100001 |
Color Harmonies of #327556
Complementary color
Monochromatic Colors of #327556
Black with #327556
Text Example
Text Example
White with #327556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327556; }
p { color: rgb(50,117,86); }
H1.HeaderClassName
{
color: #327556;
}
.AnyTagClassName
{
color: #327556;
}
</style>
background-color css
<style>
a { background-color: #327556; }
a { background-color: rgb(50,117,86); }
div.DivClassName
{
background-color: #327556;
}
.BgClassName
{
background-color: #327556;
}
</style>
border-color css
<style>
span { border-color: #327556; }
span { border-color: rgb(50,117,86); }
td.TdClassName
{
border-color: #327556;
}
.TagClassName
{
border-color: #327556;
}
</style>