Shades of Amazon #32804F
Tints of Amazon #32804F
RGB
CMYK
RGB Variations
Color information
#32804F (or 0x32804F) is known color: Amazon. HEX triplet: 32, 80 and 4F. RGB value is (50,128,79). Sum of RGB (Red+Green+Blue) = 50+128+79=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #32804F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32804F is #CD7FB0. Grayscale: #636363. Windows color (decimal): -13467569 or 5210162. OLE color: 5210162.
HSL color Cylindrical-coordinate representation of color #32804F: hue angle of 142.31º 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 #32804F is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 128 | 79 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.50 |
| HSL | 142.31º | 0.44% | 0.35% | - |
| HSV(B) | 142.31º | 0.61% | 0.5% | - |
| XYZ | 10.45 | 16.68 | 10.07 | - |
| YUV | 99.09 | 116.66 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 79 | 0.61 | 0 | 0.38 | 0.50 | 142.31 | 0.44 | 0.35 |
| Hex | 32 | 80 | 4F | 3D | 0 | 26 | 32 | 8E | 2C | 23 |
| Octal | 62 | 200 | 117 | 75 | 0 | 46 | 62 | 216 | 54 | 43 |
| Binary | 110010 | 10000000 | 1001111 | 111101 | 0 | 100110 | 110010 | 10001110 | 101100 | 100011 |
Color Harmonies of #32804F
Complementary color
Monochromatic Colors of #32804F
Black with #32804F
Text Example
Text Example
White with #32804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32804F; }
p { color: rgb(50,128,79); }
H1.HeaderClassName
{
color: #32804F;
}
.AnyTagClassName
{
color: #32804F;
}
</style>
background-color css
<style>
a { background-color: #32804F; }
a { background-color: rgb(50,128,79); }
div.DivClassName
{
background-color: #32804F;
}
.BgClassName
{
background-color: #32804F;
}
</style>
border-color css
<style>
span { border-color: #32804F; }
span { border-color: rgb(50,128,79); }
td.TdClassName
{
border-color: #32804F;
}
.TagClassName
{
border-color: #32804F;
}
</style>