Shades of Amazon #32734A
Tints of Amazon #32734A
RGB
CMYK
RGB Variations
Color information
#32734A (or 0x32734A) is known color: Amazon. HEX triplet: 32, 73 and 4A. RGB value is (50,115,74). Sum of RGB (Red+Green+Blue) = 50+115+74=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #32734A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32734A is #CD8CB5. Grayscale: #5A5A5A. Windows color (decimal): -13470902 or 4879154. OLE color: 4879154.
HSL color Cylindrical-coordinate representation of color #32734A: hue angle of 142.15º 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 #32734A is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 115 | 74 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.55 |
| HSL | 142.15º | 0.39% | 0.32% | - |
| HSV(B) | 142.15º | 0.57% | 0.45% | - |
| XYZ | 8.68 | 13.43 | 8.61 | - |
| YUV | 90.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 115 | 74 | 0.57 | 0 | 0.36 | 0.55 | 142.15 | 0.39 | 0.32 |
| Hex | 32 | 73 | 4A | 39 | 0 | 24 | 37 | 8E | 27 | 20 |
| Octal | 62 | 163 | 112 | 71 | 0 | 44 | 67 | 216 | 47 | 40 |
| Binary | 110010 | 1110011 | 1001010 | 111001 | 0 | 100100 | 110111 | 10001110 | 100111 | 100000 |
Color Harmonies of #32734A
Complementary color
Monochromatic Colors of #32734A
Black with #32734A
Text Example
Text Example
White with #32734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32734A; }
p { color: rgb(50,115,74); }
H1.HeaderClassName
{
color: #32734A;
}
.AnyTagClassName
{
color: #32734A;
}
</style>
background-color css
<style>
a { background-color: #32734A; }
a { background-color: rgb(50,115,74); }
div.DivClassName
{
background-color: #32734A;
}
.BgClassName
{
background-color: #32734A;
}
</style>
border-color css
<style>
span { border-color: #32734A; }
span { border-color: rgb(50,115,74); }
td.TdClassName
{
border-color: #32734A;
}
.TagClassName
{
border-color: #32734A;
}
</style>