Shades of Amazon #32795E
Tints of Amazon #32795E
RGB
CMYK
RGB Variations
Color information
#32795E (or 0x32795E) is known color: Amazon. HEX triplet: 32, 79 and 5E. RGB value is (50,121,94). Sum of RGB (Red+Green+Blue) = 50+121+94=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 121 - color contains mainly: green. Hex color #32795E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32795E is #CD86A1. Grayscale: #606060. Windows color (decimal): -13469346 or 6191410. OLE color: 6191410.
HSL color Cylindrical-coordinate representation of color #32795E: hue angle of 157.18º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32795E is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 121 | 94 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.53 |
| HSL | 157.18º | 0.42% | 0.34% | - |
| HSV(B) | 157.18º | 0.59% | 0.47% | - |
| XYZ | 10.17 | 15.16 | 12.98 | - |
| YUV | 96.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 121 | 94 | 0.59 | 0 | 0.22 | 0.53 | 157.18 | 0.42 | 0.34 |
| Hex | 32 | 79 | 5E | 3B | 0 | 16 | 35 | 9D | 2A | 22 |
| Octal | 62 | 171 | 136 | 73 | 0 | 26 | 65 | 235 | 52 | 42 |
| Binary | 110010 | 1111001 | 1011110 | 111011 | 0 | 10110 | 110101 | 10011101 | 101010 | 100010 |
Color Harmonies of #32795E
Complementary color
Monochromatic Colors of #32795E
Black with #32795E
Text Example
Text Example
White with #32795E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32795E; }
p { color: rgb(50,121,94); }
H1.HeaderClassName
{
color: #32795E;
}
.AnyTagClassName
{
color: #32795E;
}
</style>
background-color css
<style>
a { background-color: #32795E; }
a { background-color: rgb(50,121,94); }
div.DivClassName
{
background-color: #32795E;
}
.BgClassName
{
background-color: #32795E;
}
</style>
border-color css
<style>
span { border-color: #32795E; }
span { border-color: rgb(50,121,94); }
td.TdClassName
{
border-color: #32795E;
}
.TagClassName
{
border-color: #32795E;
}
</style>