Shades of Amazon #32834E
Tints of Amazon #32834E
RGB
CMYK
RGB Variations
Color information
#32834E (or 0x32834E) is known color: Amazon. HEX triplet: 32, 83 and 4E. RGB value is (50,131,78). Sum of RGB (Red+Green+Blue) = 50+131+78=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 131 (51.56% from 255 or 50.58% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 131 - color contains mainly: green. Hex color #32834E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32834E is #CD7CB1. Grayscale: #646464. Windows color (decimal): -13466802 or 5145394. OLE color: 5145394.
HSL color Cylindrical-coordinate representation of color #32834E: hue angle of 140.74º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32834E is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 131 | 78 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.49 |
| HSL | 140.74º | 0.45% | 0.35% | - |
| HSV(B) | 140.74º | 0.62% | 0.51% | - |
| XYZ | 10.81 | 17.46 | 10.01 | - |
| YUV | 100.74 | 115.16 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 78 | 0.62 | 0 | 0.40 | 0.49 | 140.74 | 0.45 | 0.35 |
| Hex | 32 | 83 | 4E | 3E | 0 | 28 | 31 | 8D | 2D | 23 |
| Octal | 62 | 203 | 116 | 76 | 0 | 50 | 61 | 215 | 55 | 43 |
| Binary | 110010 | 10000011 | 1001110 | 111110 | 0 | 101000 | 110001 | 10001101 | 101101 | 100011 |
Color Harmonies of #32834E
Complementary color
Monochromatic Colors of #32834E
Black with #32834E
Text Example
Text Example
White with #32834E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32834E; }
p { color: rgb(50,131,78); }
H1.HeaderClassName
{
color: #32834E;
}
.AnyTagClassName
{
color: #32834E;
}
</style>
background-color css
<style>
a { background-color: #32834E; }
a { background-color: rgb(50,131,78); }
div.DivClassName
{
background-color: #32834E;
}
.BgClassName
{
background-color: #32834E;
}
</style>
border-color css
<style>
span { border-color: #32834E; }
span { border-color: rgb(50,131,78); }
td.TdClassName
{
border-color: #32834E;
}
.TagClassName
{
border-color: #32834E;
}
</style>