Shades of Amazon #32854D
Tints of Amazon #32854D
RGB
CMYK
RGB Variations
Color information
#32854D (or 0x32854D) is known color: Amazon. HEX triplet: 32, 85 and 4D. RGB value is (50,133,77). Sum of RGB (Red+Green+Blue) = 50+133+77=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #32854D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32854D is #CD7AB2. Grayscale: #656565. Windows color (decimal): -13466291 or 5080370. OLE color: 5080370.
HSL color Cylindrical-coordinate representation of color #32854D: hue angle of 139.52º 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 #32854D is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 133 | 77 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.48 |
| HSL | 139.52º | 0.45% | 0.36% | - |
| HSV(B) | 139.52º | 0.62% | 0.52% | - |
| XYZ | 11.04 | 17.99 | 9.91 | - |
| YUV | 101.8 | 114 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 77 | 0.62 | 0 | 0.42 | 0.48 | 139.52 | 0.45 | 0.36 |
| Hex | 32 | 85 | 4D | 3E | 0 | 2A | 30 | 8C | 2D | 24 |
| Octal | 62 | 205 | 115 | 76 | 0 | 52 | 60 | 214 | 55 | 44 |
| Binary | 110010 | 10000101 | 1001101 | 111110 | 0 | 101010 | 110000 | 10001100 | 101101 | 100100 |
Color Harmonies of #32854D
Complementary color
Monochromatic Colors of #32854D
Black with #32854D
Text Example
Text Example
White with #32854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32854D; }
p { color: rgb(50,133,77); }
H1.HeaderClassName
{
color: #32854D;
}
.AnyTagClassName
{
color: #32854D;
}
</style>
background-color css
<style>
a { background-color: #32854D; }
a { background-color: rgb(50,133,77); }
div.DivClassName
{
background-color: #32854D;
}
.BgClassName
{
background-color: #32854D;
}
</style>
border-color css
<style>
span { border-color: #32854D; }
span { border-color: rgb(50,133,77); }
td.TdClassName
{
border-color: #32854D;
}
.TagClassName
{
border-color: #32854D;
}
</style>