Shades of Amazon #32764E
Tints of Amazon #32764E
RGB
CMYK
RGB Variations
Color information
#32764E (or 0x32764E) is known color: Amazon. HEX triplet: 32, 76 and 4E. RGB value is (50,118,78). Sum of RGB (Red+Green+Blue) = 50+118+78=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #32764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32764E is #CD89B1. Grayscale: #5D5D5D. Windows color (decimal): -13470130 or 5142066. OLE color: 5142066.
HSL color Cylindrical-coordinate representation of color #32764E: hue angle of 144.71º 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 #32764E is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 118 | 78 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.54 |
| HSL | 144.71º | 0.4% | 0.33% | - |
| HSV(B) | 144.71º | 0.58% | 0.46% | - |
| XYZ | 9.17 | 14.19 | 9.46 | - |
| YUV | 93.11 | 119.47 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 78 | 0.58 | 0 | 0.34 | 0.54 | 144.71 | 0.4 | 0.33 |
| Hex | 32 | 76 | 4E | 3A | 0 | 22 | 36 | 91 | 28 | 21 |
| Octal | 62 | 166 | 116 | 72 | 0 | 42 | 66 | 221 | 50 | 41 |
| Binary | 110010 | 1110110 | 1001110 | 111010 | 0 | 100010 | 110110 | 10010001 | 101000 | 100001 |
Color Harmonies of #32764E
Complementary color
Monochromatic Colors of #32764E
Black with #32764E
Text Example
Text Example
White with #32764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32764E; }
p { color: rgb(50,118,78); }
H1.HeaderClassName
{
color: #32764E;
}
.AnyTagClassName
{
color: #32764E;
}
</style>
background-color css
<style>
a { background-color: #32764E; }
a { background-color: rgb(50,118,78); }
div.DivClassName
{
background-color: #32764E;
}
.BgClassName
{
background-color: #32764E;
}
</style>
border-color css
<style>
span { border-color: #32764E; }
span { border-color: rgb(50,118,78); }
td.TdClassName
{
border-color: #32764E;
}
.TagClassName
{
border-color: #32764E;
}
</style>