Shades of Amazon #327653
Tints of Amazon #327653
RGB
CMYK
RGB Variations
Color information
#327653 (or 0x327653) is known color: Amazon. HEX triplet: 32, 76 and 53. RGB value is (50,118,83). Sum of RGB (Red+Green+Blue) = 50+118+83=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #327653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327653 is #CD89AC. Grayscale: #5D5D5D. Windows color (decimal): -13470125 or 5469746. OLE color: 5469746.
HSL color Cylindrical-coordinate representation of color #327653: hue angle of 149.12º 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 #327653 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 118 | 83 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.54 |
| HSL | 149.12º | 0.4% | 0.33% | - |
| HSV(B) | 149.12º | 0.58% | 0.46% | - |
| XYZ | 9.36 | 14.26 | 10.44 | - |
| YUV | 93.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 83 | 0.58 | 0 | 0.30 | 0.54 | 149.12 | 0.4 | 0.33 |
| Hex | 32 | 76 | 53 | 3A | 0 | 1E | 36 | 95 | 28 | 21 |
| Octal | 62 | 166 | 123 | 72 | 0 | 36 | 66 | 225 | 50 | 41 |
| Binary | 110010 | 1110110 | 1010011 | 111010 | 0 | 11110 | 110110 | 10010101 | 101000 | 100001 |
Color Harmonies of #327653
Complementary color
Monochromatic Colors of #327653
Black with #327653
Text Example
Text Example
White with #327653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327653; }
p { color: rgb(50,118,83); }
H1.HeaderClassName
{
color: #327653;
}
.AnyTagClassName
{
color: #327653;
}
</style>
background-color css
<style>
a { background-color: #327653; }
a { background-color: rgb(50,118,83); }
div.DivClassName
{
background-color: #327653;
}
.BgClassName
{
background-color: #327653;
}
</style>
border-color css
<style>
span { border-color: #327653; }
span { border-color: rgb(50,118,83); }
td.TdClassName
{
border-color: #327653;
}
.TagClassName
{
border-color: #327653;
}
</style>