Shades of Amazon #327B5C
Tints of Amazon #327B5C
RGB
CMYK
RGB Variations
Color information
#327B5C (or 0x327B5C) is known color: Amazon. HEX triplet: 32, 7B and 5C. RGB value is (50,123,92). Sum of RGB (Red+Green+Blue) = 50+123+92=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 123 - color contains mainly: green. Hex color #327B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327B5C is #CD84A3. Grayscale: #616161. Windows color (decimal): -13468836 or 6060850. OLE color: 6060850.
HSL color Cylindrical-coordinate representation of color #327B5C: hue angle of 154.52º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327B5C is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 123 | 92 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.52 |
| HSL | 154.52º | 0.42% | 0.34% | - |
| HSV(B) | 154.52º | 0.59% | 0.48% | - |
| XYZ | 10.33 | 15.62 | 12.6 | - |
| YUV | 97.64 | 124.82 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 92 | 0.59 | 0 | 0.25 | 0.52 | 154.52 | 0.42 | 0.34 |
| Hex | 32 | 7B | 5C | 3B | 0 | 19 | 34 | 9B | 2A | 22 |
| Octal | 62 | 173 | 134 | 73 | 0 | 31 | 64 | 233 | 52 | 42 |
| Binary | 110010 | 1111011 | 1011100 | 111011 | 0 | 11001 | 110100 | 10011011 | 101010 | 100010 |
Color Harmonies of #327B5C
Complementary color
Monochromatic Colors of #327B5C
Black with #327B5C
Text Example
Text Example
White with #327B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327B5C; }
p { color: rgb(50,123,92); }
H1.HeaderClassName
{
color: #327B5C;
}
.AnyTagClassName
{
color: #327B5C;
}
</style>
background-color css
<style>
a { background-color: #327B5C; }
a { background-color: rgb(50,123,92); }
div.DivClassName
{
background-color: #327B5C;
}
.BgClassName
{
background-color: #327B5C;
}
</style>
border-color css
<style>
span { border-color: #327B5C; }
span { border-color: rgb(50,123,92); }
td.TdClassName
{
border-color: #327B5C;
}
.TagClassName
{
border-color: #327B5C;
}
</style>