Shades of Amazon #327B5A
Tints of Amazon #327B5A
RGB
CMYK
RGB Variations
Color information
#327B5A (or 0x327B5A) is known color: Amazon. HEX triplet: 32, 7B and 5A. RGB value is (50,123,90). Sum of RGB (Red+Green+Blue) = 50+123+90=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 123 (48.44% from 255 or 46.77% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 123 - color contains mainly: green. Hex color #327B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327B5A is #CD84A5. Grayscale: #616161. Windows color (decimal): -13468838 or 5929778. OLE color: 5929778.
HSL color Cylindrical-coordinate representation of color #327B5A: hue angle of 152.88º 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 #327B5A is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 123 | 90 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.52 |
| HSL | 152.88º | 0.42% | 0.34% | - |
| HSV(B) | 152.88º | 0.59% | 0.48% | - |
| XYZ | 10.24 | 15.58 | 12.14 | - |
| YUV | 97.41 | 123.82 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 90 | 0.59 | 0 | 0.27 | 0.52 | 152.88 | 0.42 | 0.34 |
| Hex | 32 | 7B | 5A | 3B | 0 | 1B | 34 | 99 | 2A | 22 |
| Octal | 62 | 173 | 132 | 73 | 0 | 33 | 64 | 231 | 52 | 42 |
| Binary | 110010 | 1111011 | 1011010 | 111011 | 0 | 11011 | 110100 | 10011001 | 101010 | 100010 |
Color Harmonies of #327B5A
Complementary color
Monochromatic Colors of #327B5A
Black with #327B5A
Text Example
Text Example
White with #327B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327B5A; }
p { color: rgb(50,123,90); }
H1.HeaderClassName
{
color: #327B5A;
}
.AnyTagClassName
{
color: #327B5A;
}
</style>
background-color css
<style>
a { background-color: #327B5A; }
a { background-color: rgb(50,123,90); }
div.DivClassName
{
background-color: #327B5A;
}
.BgClassName
{
background-color: #327B5A;
}
</style>
border-color css
<style>
span { border-color: #327B5A; }
span { border-color: rgb(50,123,90); }
td.TdClassName
{
border-color: #327B5A;
}
.TagClassName
{
border-color: #327B5A;
}
</style>