Shades of Amazon #32745B
Tints of Amazon #32745B
RGB
CMYK
RGB Variations
Color information
#32745B (or 0x32745B) is known color: Amazon. HEX triplet: 32, 74 and 5B. RGB value is (50,116,91). Sum of RGB (Red+Green+Blue) = 50+116+91=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #32745B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32745B is #CD8BA4. Grayscale: #5D5D5D. Windows color (decimal): -13470629 or 5993522. OLE color: 5993522.
HSL color Cylindrical-coordinate representation of color #32745B: hue angle of 157.27º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32745B is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 116 | 91 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.55 |
| HSL | 157.27º | 0.4% | 0.33% | - |
| HSV(B) | 157.27º | 0.57% | 0.45% | - |
| XYZ | 9.45 | 13.92 | 12.09 | - |
| YUV | 93.42 | 126.63 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 116 | 91 | 0.57 | 0 | 0.22 | 0.55 | 157.27 | 0.4 | 0.33 |
| Hex | 32 | 74 | 5B | 39 | 0 | 16 | 37 | 9D | 28 | 21 |
| Octal | 62 | 164 | 133 | 71 | 0 | 26 | 67 | 235 | 50 | 41 |
| Binary | 110010 | 1110100 | 1011011 | 111001 | 0 | 10110 | 110111 | 10011101 | 101000 | 100001 |
Color Harmonies of #32745B
Complementary color
Monochromatic Colors of #32745B
Black with #32745B
Text Example
Text Example
White with #32745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32745B; }
p { color: rgb(50,116,91); }
H1.HeaderClassName
{
color: #32745B;
}
.AnyTagClassName
{
color: #32745B;
}
</style>
background-color css
<style>
a { background-color: #32745B; }
a { background-color: rgb(50,116,91); }
div.DivClassName
{
background-color: #32745B;
}
.BgClassName
{
background-color: #32745B;
}
</style>
border-color css
<style>
span { border-color: #32745B; }
span { border-color: rgb(50,116,91); }
td.TdClassName
{
border-color: #32745B;
}
.TagClassName
{
border-color: #32745B;
}
</style>