Shades of Amazon #32755C
Tints of Amazon #32755C
RGB
CMYK
RGB Variations
Color information
#32755C (or 0x32755C) is known color: Amazon. HEX triplet: 32, 75 and 5C. RGB value is (50,117,92). Sum of RGB (Red+Green+Blue) = 50+117+92=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #32755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32755C is #CD8AA3. Grayscale: #5E5E5E. Windows color (decimal): -13470372 or 6059314. OLE color: 6059314.
HSL color Cylindrical-coordinate representation of color #32755C: hue angle of 157.61º 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 #32755C is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 117 | 92 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.54 |
| HSL | 157.61º | 0.4% | 0.33% | - |
| HSV(B) | 157.61º | 0.57% | 0.46% | - |
| XYZ | 9.61 | 14.17 | 12.35 | - |
| YUV | 94.12 | 126.8 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 117 | 92 | 0.57 | 0 | 0.21 | 0.54 | 157.61 | 0.4 | 0.33 |
| Hex | 32 | 75 | 5C | 39 | 0 | 15 | 36 | 9E | 28 | 21 |
| Octal | 62 | 165 | 134 | 71 | 0 | 25 | 66 | 236 | 50 | 41 |
| Binary | 110010 | 1110101 | 1011100 | 111001 | 0 | 10101 | 110110 | 10011110 | 101000 | 100001 |
Color Harmonies of #32755C
Complementary color
Monochromatic Colors of #32755C
Black with #32755C
Text Example
Text Example
White with #32755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32755C; }
p { color: rgb(50,117,92); }
H1.HeaderClassName
{
color: #32755C;
}
.AnyTagClassName
{
color: #32755C;
}
</style>
background-color css
<style>
a { background-color: #32755C; }
a { background-color: rgb(50,117,92); }
div.DivClassName
{
background-color: #32755C;
}
.BgClassName
{
background-color: #32755C;
}
</style>
border-color css
<style>
span { border-color: #32755C; }
span { border-color: rgb(50,117,92); }
td.TdClassName
{
border-color: #32755C;
}
.TagClassName
{
border-color: #32755C;
}
</style>