Shades of Amazon #327655
Tints of Amazon #327655
RGB
CMYK
RGB Variations
Color information
#327655 (or 0x327655) is known color: Amazon. HEX triplet: 32, 76 and 55. RGB value is (50,118,85). Sum of RGB (Red+Green+Blue) = 50+118+85=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #327655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327655 is #CD89AA. Grayscale: #5D5D5D. Windows color (decimal): -13470123 or 5600818. OLE color: 5600818.
HSL color Cylindrical-coordinate representation of color #327655: hue angle of 150.88º 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 #327655 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 118 | 85 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.54 |
| HSL | 150.88º | 0.4% | 0.33% | - |
| HSV(B) | 150.88º | 0.58% | 0.46% | - |
| XYZ | 9.43 | 14.29 | 10.86 | - |
| YUV | 93.91 | 122.97 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 85 | 0.58 | 0 | 0.28 | 0.54 | 150.88 | 0.4 | 0.33 |
| Hex | 32 | 76 | 55 | 3A | 0 | 1C | 36 | 97 | 28 | 21 |
| Octal | 62 | 166 | 125 | 72 | 0 | 34 | 66 | 227 | 50 | 41 |
| Binary | 110010 | 1110110 | 1010101 | 111010 | 0 | 11100 | 110110 | 10010111 | 101000 | 100001 |
Color Harmonies of #327655
Complementary color
Monochromatic Colors of #327655
Black with #327655
Text Example
Text Example
White with #327655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327655; }
p { color: rgb(50,118,85); }
H1.HeaderClassName
{
color: #327655;
}
.AnyTagClassName
{
color: #327655;
}
</style>
background-color css
<style>
a { background-color: #327655; }
a { background-color: rgb(50,118,85); }
div.DivClassName
{
background-color: #327655;
}
.BgClassName
{
background-color: #327655;
}
</style>
border-color css
<style>
span { border-color: #327655; }
span { border-color: rgb(50,118,85); }
td.TdClassName
{
border-color: #327655;
}
.TagClassName
{
border-color: #327655;
}
</style>