Shades of Amazon #32844E
Tints of Amazon #32844E
RGB
CMYK
RGB Variations
Color information
#32844E (or 0x32844E) is known color: Amazon. HEX triplet: 32, 84 and 4E. RGB value is (50,132,78). Sum of RGB (Red+Green+Blue) = 50+132+78=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #32844E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32844E is #CD7BB1. Grayscale: #656565. Windows color (decimal): -13466546 or 5145650. OLE color: 5145650.
HSL color Cylindrical-coordinate representation of color #32844E: hue angle of 140.49º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32844E is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 132 | 78 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.48 |
| HSL | 140.49º | 0.45% | 0.36% | - |
| HSV(B) | 140.49º | 0.62% | 0.52% | - |
| XYZ | 10.94 | 17.73 | 10.05 | - |
| YUV | 101.33 | 114.83 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 132 | 78 | 0.62 | 0 | 0.41 | 0.48 | 140.49 | 0.45 | 0.36 |
| Hex | 32 | 84 | 4E | 3E | 0 | 29 | 30 | 8C | 2D | 24 |
| Octal | 62 | 204 | 116 | 76 | 0 | 51 | 60 | 214 | 55 | 44 |
| Binary | 110010 | 10000100 | 1001110 | 111110 | 0 | 101001 | 110000 | 10001100 | 101101 | 100100 |
Color Harmonies of #32844E
Complementary color
Monochromatic Colors of #32844E
Black with #32844E
Text Example
Text Example
White with #32844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32844E; }
p { color: rgb(50,132,78); }
H1.HeaderClassName
{
color: #32844E;
}
.AnyTagClassName
{
color: #32844E;
}
</style>
background-color css
<style>
a { background-color: #32844E; }
a { background-color: rgb(50,132,78); }
div.DivClassName
{
background-color: #32844E;
}
.BgClassName
{
background-color: #32844E;
}
</style>
border-color css
<style>
span { border-color: #32844E; }
span { border-color: rgb(50,132,78); }
td.TdClassName
{
border-color: #32844E;
}
.TagClassName
{
border-color: #32844E;
}
</style>