Shades of Amazon #327656
Tints of Amazon #327656
RGB
CMYK
RGB Variations
Color information
#327656 (or 0x327656) is known color: Amazon. HEX triplet: 32, 76 and 56. RGB value is (50,118,86). Sum of RGB (Red+Green+Blue) = 50+118+86=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #327656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327656 is #CD89A9. Grayscale: #5E5E5E. Windows color (decimal): -13470122 or 5666354. OLE color: 5666354.
HSL color Cylindrical-coordinate representation of color #327656: hue angle of 151.76º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327656 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 118 | 86 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.54 |
| HSL | 151.76º | 0.4% | 0.33% | - |
| HSV(B) | 151.76º | 0.58% | 0.46% | - |
| XYZ | 9.47 | 14.31 | 11.07 | - |
| YUV | 94.02 | 123.47 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 86 | 0.58 | 0 | 0.27 | 0.54 | 151.76 | 0.4 | 0.33 |
| Hex | 32 | 76 | 56 | 3A | 0 | 1B | 36 | 98 | 28 | 21 |
| Octal | 62 | 166 | 126 | 72 | 0 | 33 | 66 | 230 | 50 | 41 |
| Binary | 110010 | 1110110 | 1010110 | 111010 | 0 | 11011 | 110110 | 10011000 | 101000 | 100001 |
Color Harmonies of #327656
Complementary color
Monochromatic Colors of #327656
Black with #327656
Text Example
Text Example
White with #327656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327656; }
p { color: rgb(50,118,86); }
H1.HeaderClassName
{
color: #327656;
}
.AnyTagClassName
{
color: #327656;
}
</style>
background-color css
<style>
a { background-color: #327656; }
a { background-color: rgb(50,118,86); }
div.DivClassName
{
background-color: #327656;
}
.BgClassName
{
background-color: #327656;
}
</style>
border-color css
<style>
span { border-color: #327656; }
span { border-color: rgb(50,118,86); }
td.TdClassName
{
border-color: #327656;
}
.TagClassName
{
border-color: #327656;
}
</style>