Shades of Amazon #32804E
Tints of Amazon #32804E
RGB
CMYK
RGB Variations
Color information
#32804E (or 0x32804E) is known color: Amazon. HEX triplet: 32, 80 and 4E. RGB value is (50,128,78). Sum of RGB (Red+Green+Blue) = 50+128+78=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #32804E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32804E is #CD7FB1. Grayscale: #636363. Windows color (decimal): -13467570 or 5144626. OLE color: 5144626.
HSL color Cylindrical-coordinate representation of color #32804E: hue angle of 141.54º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32804E is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 128 | 78 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.50 |
| HSL | 141.54º | 0.44% | 0.35% | - |
| HSV(B) | 141.54º | 0.61% | 0.5% | - |
| XYZ | 10.41 | 16.67 | 9.88 | - |
| YUV | 98.98 | 116.16 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 78 | 0.61 | 0 | 0.39 | 0.50 | 141.54 | 0.44 | 0.35 |
| Hex | 32 | 80 | 4E | 3D | 0 | 27 | 32 | 8E | 2C | 23 |
| Octal | 62 | 200 | 116 | 75 | 0 | 47 | 62 | 216 | 54 | 43 |
| Binary | 110010 | 10000000 | 1001110 | 111101 | 0 | 100111 | 110010 | 10001110 | 101100 | 100011 |
Color Harmonies of #32804E
Complementary color
Monochromatic Colors of #32804E
Black with #32804E
Text Example
Text Example
White with #32804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32804E; }
p { color: rgb(50,128,78); }
H1.HeaderClassName
{
color: #32804E;
}
.AnyTagClassName
{
color: #32804E;
}
</style>
background-color css
<style>
a { background-color: #32804E; }
a { background-color: rgb(50,128,78); }
div.DivClassName
{
background-color: #32804E;
}
.BgClassName
{
background-color: #32804E;
}
</style>
border-color css
<style>
span { border-color: #32804E; }
span { border-color: rgb(50,128,78); }
td.TdClassName
{
border-color: #32804E;
}
.TagClassName
{
border-color: #32804E;
}
</style>