Shades of Amazon #327157
Tints of Amazon #327157
RGB
CMYK
RGB Variations
Color information
#327157 (or 0x327157) is known color: Amazon. HEX triplet: 32, 71 and 57. RGB value is (50,113,87). Sum of RGB (Red+Green+Blue) = 50+113+87=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #327157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327157 is #CD8EA8. Grayscale: #5B5B5B. Windows color (decimal): -13471401 or 5730610. OLE color: 5730610.
HSL color Cylindrical-coordinate representation of color #327157: hue angle of 155.24º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327157 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 113 | 87 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.56 |
| HSL | 155.24º | 0.39% | 0.32% | - |
| HSV(B) | 155.24º | 0.56% | 0.44% | - |
| XYZ | 8.94 | 13.18 | 11.09 | - |
| YUV | 91.2 | 125.63 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 87 | 0.56 | 0 | 0.23 | 0.56 | 155.24 | 0.39 | 0.32 |
| Hex | 32 | 71 | 57 | 38 | 0 | 17 | 38 | 9B | 27 | 20 |
| Octal | 62 | 161 | 127 | 70 | 0 | 27 | 70 | 233 | 47 | 40 |
| Binary | 110010 | 1110001 | 1010111 | 111000 | 0 | 10111 | 111000 | 10011011 | 100111 | 100000 |
Color Harmonies of #327157
Complementary color
Monochromatic Colors of #327157
Black with #327157
Text Example
Text Example
White with #327157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327157; }
p { color: rgb(50,113,87); }
H1.HeaderClassName
{
color: #327157;
}
.AnyTagClassName
{
color: #327157;
}
</style>
background-color css
<style>
a { background-color: #327157; }
a { background-color: rgb(50,113,87); }
div.DivClassName
{
background-color: #327157;
}
.BgClassName
{
background-color: #327157;
}
</style>
border-color css
<style>
span { border-color: #327157; }
span { border-color: rgb(50,113,87); }
td.TdClassName
{
border-color: #327157;
}
.TagClassName
{
border-color: #327157;
}
</style>