Shades of Amazon #32824E
Tints of Amazon #32824E
RGB
CMYK
RGB Variations
Color information
#32824E (or 0x32824E) is known color: Amazon. HEX triplet: 32, 82 and 4E. RGB value is (50,130,78). Sum of RGB (Red+Green+Blue) = 50+130+78=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #32824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32824E is #CD7DB1. Grayscale: #646464. Windows color (decimal): -13467058 or 5145138. OLE color: 5145138.
HSL color Cylindrical-coordinate representation of color #32824E: hue angle of 141º degrees, saturation: 0.44, 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 #32824E is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 130 | 78 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.49 |
| HSL | 141º | 0.44% | 0.35% | - |
| HSV(B) | 141º | 0.62% | 0.51% | - |
| XYZ | 10.67 | 17.19 | 9.96 | - |
| YUV | 100.15 | 115.5 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 78 | 0.62 | 0 | 0.40 | 0.49 | 141 | 0.44 | 0.35 |
| Hex | 32 | 82 | 4E | 3E | 0 | 28 | 31 | 8D | 2C | 23 |
| Octal | 62 | 202 | 116 | 76 | 0 | 50 | 61 | 215 | 54 | 43 |
| Binary | 110010 | 10000010 | 1001110 | 111110 | 0 | 101000 | 110001 | 10001101 | 101100 | 100011 |
Color Harmonies of #32824E
Complementary color
Monochromatic Colors of #32824E
Black with #32824E
Text Example
Text Example
White with #32824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32824E; }
p { color: rgb(50,130,78); }
H1.HeaderClassName
{
color: #32824E;
}
.AnyTagClassName
{
color: #32824E;
}
</style>
background-color css
<style>
a { background-color: #32824E; }
a { background-color: rgb(50,130,78); }
div.DivClassName
{
background-color: #32824E;
}
.BgClassName
{
background-color: #32824E;
}
</style>
border-color css
<style>
span { border-color: #32824E; }
span { border-color: rgb(50,130,78); }
td.TdClassName
{
border-color: #32824E;
}
.TagClassName
{
border-color: #32824E;
}
</style>