Shades of Amazon #327C5D
Tints of Amazon #327C5D
RGB
CMYK
RGB Variations
Color information
#327C5D (or 0x327C5D) is known color: Amazon. HEX triplet: 32, 7C and 5D. RGB value is (50,124,93). Sum of RGB (Red+Green+Blue) = 50+124+93=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 124 - color contains mainly: green. Hex color #327C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327C5D is #CD83A2. Grayscale: #626262. Windows color (decimal): -13468579 or 6126642. OLE color: 6126642.
HSL color Cylindrical-coordinate representation of color #327C5D: hue angle of 154.86º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327C5D is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 124 | 93 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.51 |
| HSL | 154.86º | 0.43% | 0.34% | - |
| HSV(B) | 154.86º | 0.6% | 0.49% | - |
| XYZ | 10.5 | 15.88 | 12.87 | - |
| YUV | 98.34 | 124.98 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 124 | 93 | 0.60 | 0 | 0.25 | 0.51 | 154.86 | 0.43 | 0.34 |
| Hex | 32 | 7C | 5D | 3C | 0 | 19 | 33 | 9B | 2B | 22 |
| Octal | 62 | 174 | 135 | 74 | 0 | 31 | 63 | 233 | 53 | 42 |
| Binary | 110010 | 1111100 | 1011101 | 111100 | 0 | 11001 | 110011 | 10011011 | 101011 | 100010 |
Color Harmonies of #327C5D
Complementary color
Monochromatic Colors of #327C5D
Black with #327C5D
Text Example
Text Example
White with #327C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327C5D; }
p { color: rgb(50,124,93); }
H1.HeaderClassName
{
color: #327C5D;
}
.AnyTagClassName
{
color: #327C5D;
}
</style>
background-color css
<style>
a { background-color: #327C5D; }
a { background-color: rgb(50,124,93); }
div.DivClassName
{
background-color: #327C5D;
}
.BgClassName
{
background-color: #327C5D;
}
</style>
border-color css
<style>
span { border-color: #327C5D; }
span { border-color: rgb(50,124,93); }
td.TdClassName
{
border-color: #327C5D;
}
.TagClassName
{
border-color: #327C5D;
}
</style>