Shades of Amazon #32864A
Tints of Amazon #32864A
RGB
CMYK
RGB Variations
Color information
#32864A (or 0x32864A) is known color: Amazon. HEX triplet: 32, 86 and 4A. RGB value is (50,134,74). Sum of RGB (Red+Green+Blue) = 50+134+74=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #32864A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32864A is #CD79B5. Grayscale: #666666. Windows color (decimal): -13466038 or 4884018. OLE color: 4884018.
HSL color Cylindrical-coordinate representation of color #32864A: hue angle of 137.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32864A is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 134 | 74 | - |
| CMYK | 0.63 | 0 | 0.45 | 0.47 |
| HSL | 137.14º | 0.46% | 0.36% | - |
| HSV(B) | 137.14º | 0.63% | 0.53% | - |
| XYZ | 11.08 | 18.22 | 9.41 | - |
| YUV | 102.04 | 112.17 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 134 | 74 | 0.63 | 0 | 0.45 | 0.47 | 137.14 | 0.46 | 0.36 |
| Hex | 32 | 86 | 4A | 3F | 0 | 2D | 2F | 89 | 2E | 24 |
| Octal | 62 | 206 | 112 | 77 | 0 | 55 | 57 | 211 | 56 | 44 |
| Binary | 110010 | 10000110 | 1001010 | 111111 | 0 | 101101 | 101111 | 10001001 | 101110 | 100100 |
Color Harmonies of #32864A
Complementary color
Monochromatic Colors of #32864A
Black with #32864A
Text Example
Text Example
White with #32864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32864A; }
p { color: rgb(50,134,74); }
H1.HeaderClassName
{
color: #32864A;
}
.AnyTagClassName
{
color: #32864A;
}
</style>
background-color css
<style>
a { background-color: #32864A; }
a { background-color: rgb(50,134,74); }
div.DivClassName
{
background-color: #32864A;
}
.BgClassName
{
background-color: #32864A;
}
</style>
border-color css
<style>
span { border-color: #32864A; }
span { border-color: rgb(50,134,74); }
td.TdClassName
{
border-color: #32864A;
}
.TagClassName
{
border-color: #32864A;
}
</style>