Shades of Amazon #327645
Tints of Amazon #327645
RGB
CMYK
RGB Variations
Color information
#327645 (or 0x327645) is known color: Amazon. HEX triplet: 32, 76 and 45. RGB value is (50,118,69). Sum of RGB (Red+Green+Blue) = 50+118+69=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #327645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327645 is #CD89BA. Grayscale: #5C5C5C. Windows color (decimal): -13470139 or 4552242. OLE color: 4552242.
HSL color Cylindrical-coordinate representation of color #327645: hue angle of 136.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 #327645 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 118 | 69 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.54 |
| HSL | 136.76º | 0.4% | 0.33% | - |
| HSV(B) | 136.76º | 0.58% | 0.46% | - |
| XYZ | 8.87 | 14.06 | 7.88 | - |
| YUV | 92.08 | 114.97 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 69 | 0.58 | 0 | 0.42 | 0.54 | 136.76 | 0.4 | 0.33 |
| Hex | 32 | 76 | 45 | 3A | 0 | 2A | 36 | 89 | 28 | 21 |
| Octal | 62 | 166 | 105 | 72 | 0 | 52 | 66 | 211 | 50 | 41 |
| Binary | 110010 | 1110110 | 1000101 | 111010 | 0 | 101010 | 110110 | 10001001 | 101000 | 100001 |
Color Harmonies of #327645
Complementary color
Monochromatic Colors of #327645
Black with #327645
Text Example
Text Example
White with #327645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327645; }
p { color: rgb(50,118,69); }
H1.HeaderClassName
{
color: #327645;
}
.AnyTagClassName
{
color: #327645;
}
</style>
background-color css
<style>
a { background-color: #327645; }
a { background-color: rgb(50,118,69); }
div.DivClassName
{
background-color: #327645;
}
.BgClassName
{
background-color: #327645;
}
</style>
border-color css
<style>
span { border-color: #327645; }
span { border-color: rgb(50,118,69); }
td.TdClassName
{
border-color: #327645;
}
.TagClassName
{
border-color: #327645;
}
</style>