Shades of Amazon #327658
Tints of Amazon #327658
RGB
CMYK
RGB Variations
Color information
#327658 (or 0x327658) is known color: Amazon. HEX triplet: 32, 76 and 58. RGB value is (50,118,88). Sum of RGB (Red+Green+Blue) = 50+118+88=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #327658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327658 is #CD89A7. Grayscale: #5E5E5E. Windows color (decimal): -13470120 or 5797426. OLE color: 5797426.
HSL color Cylindrical-coordinate representation of color #327658: hue angle of 153.53º 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 #327658 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 118 | 88 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.54 |
| HSL | 153.53º | 0.4% | 0.33% | - |
| HSV(B) | 153.53º | 0.58% | 0.46% | - |
| XYZ | 9.56 | 14.34 | 11.5 | - |
| YUV | 94.25 | 124.47 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 88 | 0.58 | 0 | 0.25 | 0.54 | 153.53 | 0.4 | 0.33 |
| Hex | 32 | 76 | 58 | 3A | 0 | 19 | 36 | 9A | 28 | 21 |
| Octal | 62 | 166 | 130 | 72 | 0 | 31 | 66 | 232 | 50 | 41 |
| Binary | 110010 | 1110110 | 1011000 | 111010 | 0 | 11001 | 110110 | 10011010 | 101000 | 100001 |
Color Harmonies of #327658
Complementary color
Monochromatic Colors of #327658
Black with #327658
Text Example
Text Example
White with #327658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327658; }
p { color: rgb(50,118,88); }
H1.HeaderClassName
{
color: #327658;
}
.AnyTagClassName
{
color: #327658;
}
</style>
background-color css
<style>
a { background-color: #327658; }
a { background-color: rgb(50,118,88); }
div.DivClassName
{
background-color: #327658;
}
.BgClassName
{
background-color: #327658;
}
</style>
border-color css
<style>
span { border-color: #327658; }
span { border-color: rgb(50,118,88); }
td.TdClassName
{
border-color: #327658;
}
.TagClassName
{
border-color: #327658;
}
</style>