Shades of Amazon #32734D
Tints of Amazon #32734D
RGB
CMYK
RGB Variations
Color information
#32734D (or 0x32734D) is known color: Amazon. HEX triplet: 32, 73 and 4D. RGB value is (50,115,77). Sum of RGB (Red+Green+Blue) = 50+115+77=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 115 - color contains mainly: green. Hex color #32734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32734D is #CD8CB2. Grayscale: #5B5B5B. Windows color (decimal): -13470899 or 5075762. OLE color: 5075762.
HSL color Cylindrical-coordinate representation of color #32734D: hue angle of 144.92º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32734D is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 115 | 77 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.55 |
| HSL | 144.92º | 0.39% | 0.32% | - |
| HSV(B) | 144.92º | 0.57% | 0.45% | - |
| XYZ | 8.79 | 13.48 | 9.16 | - |
| YUV | 91.23 | 119.97 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 115 | 77 | 0.57 | 0 | 0.33 | 0.55 | 144.92 | 0.39 | 0.32 |
| Hex | 32 | 73 | 4D | 39 | 0 | 21 | 37 | 91 | 27 | 20 |
| Octal | 62 | 163 | 115 | 71 | 0 | 41 | 67 | 221 | 47 | 40 |
| Binary | 110010 | 1110011 | 1001101 | 111001 | 0 | 100001 | 110111 | 10010001 | 100111 | 100000 |
Color Harmonies of #32734D
Complementary color
Monochromatic Colors of #32734D
Black with #32734D
Text Example
Text Example
White with #32734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32734D; }
p { color: rgb(50,115,77); }
H1.HeaderClassName
{
color: #32734D;
}
.AnyTagClassName
{
color: #32734D;
}
</style>
background-color css
<style>
a { background-color: #32734D; }
a { background-color: rgb(50,115,77); }
div.DivClassName
{
background-color: #32734D;
}
.BgClassName
{
background-color: #32734D;
}
</style>
border-color css
<style>
span { border-color: #32734D; }
span { border-color: rgb(50,115,77); }
td.TdClassName
{
border-color: #32734D;
}
.TagClassName
{
border-color: #32734D;
}
</style>