Shades of Amazon #32734C
Tints of Amazon #32734C
RGB
CMYK
RGB Variations
Color information
#32734C (or 0x32734C) is known color: Amazon. HEX triplet: 32, 73 and 4C. RGB value is (50,115,76). Sum of RGB (Red+Green+Blue) = 50+115+76=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #32734C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32734C is #CD8CB3. Grayscale: #5B5B5B. Windows color (decimal): -13470900 or 5010226. OLE color: 5010226.
HSL color Cylindrical-coordinate representation of color #32734C: hue angle of 144º 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 #32734C is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 115 | 76 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.55 |
| HSL | 144º | 0.39% | 0.32% | - |
| HSV(B) | 144º | 0.57% | 0.45% | - |
| XYZ | 8.75 | 13.46 | 8.97 | - |
| YUV | 91.12 | 119.47 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 115 | 76 | 0.57 | 0 | 0.34 | 0.55 | 144 | 0.39 | 0.32 |
| Hex | 32 | 73 | 4C | 39 | 0 | 22 | 37 | 90 | 27 | 20 |
| Octal | 62 | 163 | 114 | 71 | 0 | 42 | 67 | 220 | 47 | 40 |
| Binary | 110010 | 1110011 | 1001100 | 111001 | 0 | 100010 | 110111 | 10010000 | 100111 | 100000 |
Color Harmonies of #32734C
Complementary color
Monochromatic Colors of #32734C
Black with #32734C
Text Example
Text Example
White with #32734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32734C; }
p { color: rgb(50,115,76); }
H1.HeaderClassName
{
color: #32734C;
}
.AnyTagClassName
{
color: #32734C;
}
</style>
background-color css
<style>
a { background-color: #32734C; }
a { background-color: rgb(50,115,76); }
div.DivClassName
{
background-color: #32734C;
}
.BgClassName
{
background-color: #32734C;
}
</style>
border-color css
<style>
span { border-color: #32734C; }
span { border-color: rgb(50,115,76); }
td.TdClassName
{
border-color: #32734C;
}
.TagClassName
{
border-color: #32734C;
}
</style>