Shades of Amazon #327956
Tints of Amazon #327956
RGB
CMYK
RGB Variations
Color information
#327956 (or 0x327956) is known color: Amazon. HEX triplet: 32, 79 and 56. RGB value is (50,121,86). Sum of RGB (Red+Green+Blue) = 50+121+86=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #327956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327956 is #CD86A9. Grayscale: #5F5F5F. Windows color (decimal): -13469354 or 5667122. OLE color: 5667122.
HSL color Cylindrical-coordinate representation of color #327956: hue angle of 150.42º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327956 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 121 | 86 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.53 |
| HSL | 150.42º | 0.42% | 0.34% | - |
| HSV(B) | 150.42º | 0.59% | 0.47% | - |
| XYZ | 9.83 | 15.02 | 11.19 | - |
| YUV | 95.78 | 122.48 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 121 | 86 | 0.59 | 0 | 0.29 | 0.53 | 150.42 | 0.42 | 0.34 |
| Hex | 32 | 79 | 56 | 3B | 0 | 1D | 35 | 96 | 2A | 22 |
| Octal | 62 | 171 | 126 | 73 | 0 | 35 | 65 | 226 | 52 | 42 |
| Binary | 110010 | 1111001 | 1010110 | 111011 | 0 | 11101 | 110101 | 10010110 | 101010 | 100010 |
Color Harmonies of #327956
Complementary color
Monochromatic Colors of #327956
Black with #327956
Text Example
Text Example
White with #327956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327956; }
p { color: rgb(50,121,86); }
H1.HeaderClassName
{
color: #327956;
}
.AnyTagClassName
{
color: #327956;
}
</style>
background-color css
<style>
a { background-color: #327956; }
a { background-color: rgb(50,121,86); }
div.DivClassName
{
background-color: #327956;
}
.BgClassName
{
background-color: #327956;
}
</style>
border-color css
<style>
span { border-color: #327956; }
span { border-color: rgb(50,121,86); }
td.TdClassName
{
border-color: #327956;
}
.TagClassName
{
border-color: #327956;
}
</style>