Shades of Amazon #32775B
Tints of Amazon #32775B
RGB
CMYK
RGB Variations
Color information
#32775B (or 0x32775B) is known color: Amazon. HEX triplet: 32, 77 and 5B. RGB value is (50,119,91). Sum of RGB (Red+Green+Blue) = 50+119+91=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #32775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32775B is #CD88A4. Grayscale: #5F5F5F. Windows color (decimal): -13469861 or 5994290. OLE color: 5994290.
HSL color Cylindrical-coordinate representation of color #32775B: hue angle of 155.65º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32775B is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 119 | 91 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.53 |
| HSL | 155.65º | 0.41% | 0.33% | - |
| HSV(B) | 155.65º | 0.58% | 0.47% | - |
| XYZ | 9.8 | 14.63 | 12.2 | - |
| YUV | 95.18 | 125.64 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 91 | 0.58 | 0 | 0.24 | 0.53 | 155.65 | 0.41 | 0.33 |
| Hex | 32 | 77 | 5B | 3A | 0 | 18 | 35 | 9C | 29 | 21 |
| Octal | 62 | 167 | 133 | 72 | 0 | 30 | 65 | 234 | 51 | 41 |
| Binary | 110010 | 1110111 | 1011011 | 111010 | 0 | 11000 | 110101 | 10011100 | 101001 | 100001 |
Color Harmonies of #32775B
Complementary color
Monochromatic Colors of #32775B
Black with #32775B
Text Example
Text Example
White with #32775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32775B; }
p { color: rgb(50,119,91); }
H1.HeaderClassName
{
color: #32775B;
}
.AnyTagClassName
{
color: #32775B;
}
</style>
background-color css
<style>
a { background-color: #32775B; }
a { background-color: rgb(50,119,91); }
div.DivClassName
{
background-color: #32775B;
}
.BgClassName
{
background-color: #32775B;
}
</style>
border-color css
<style>
span { border-color: #32775B; }
span { border-color: rgb(50,119,91); }
td.TdClassName
{
border-color: #32775B;
}
.TagClassName
{
border-color: #32775B;
}
</style>