Shades of Amazon #32755A
Tints of Amazon #32755A
RGB
CMYK
RGB Variations
Color information
#32755A (or 0x32755A) is known color: Amazon. HEX triplet: 32, 75 and 5A. RGB value is (50,117,90). Sum of RGB (Red+Green+Blue) = 50+117+90=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #32755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32755A is #CD8AA5. Grayscale: #5D5D5D. Windows color (decimal): -13470374 or 5928242. OLE color: 5928242.
HSL color Cylindrical-coordinate representation of color #32755A: hue angle of 155.82º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32755A is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 117 | 90 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.54 |
| HSL | 155.82º | 0.4% | 0.33% | - |
| HSV(B) | 155.82º | 0.57% | 0.46% | - |
| XYZ | 9.52 | 14.14 | 11.9 | - |
| YUV | 93.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 117 | 90 | 0.57 | 0 | 0.23 | 0.54 | 155.82 | 0.4 | 0.33 |
| Hex | 32 | 75 | 5A | 39 | 0 | 17 | 36 | 9C | 28 | 21 |
| Octal | 62 | 165 | 132 | 71 | 0 | 27 | 66 | 234 | 50 | 41 |
| Binary | 110010 | 1110101 | 1011010 | 111001 | 0 | 10111 | 110110 | 10011100 | 101000 | 100001 |
Color Harmonies of #32755A
Complementary color
Monochromatic Colors of #32755A
Black with #32755A
Text Example
Text Example
White with #32755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32755A; }
p { color: rgb(50,117,90); }
H1.HeaderClassName
{
color: #32755A;
}
.AnyTagClassName
{
color: #32755A;
}
</style>
background-color css
<style>
a { background-color: #32755A; }
a { background-color: rgb(50,117,90); }
div.DivClassName
{
background-color: #32755A;
}
.BgClassName
{
background-color: #32755A;
}
</style>
border-color css
<style>
span { border-color: #32755A; }
span { border-color: rgb(50,117,90); }
td.TdClassName
{
border-color: #32755A;
}
.TagClassName
{
border-color: #32755A;
}
</style>