Shades of Amazon #327B53
Tints of Amazon #327B53
RGB
CMYK
RGB Variations
Color information
#327B53 (or 0x327B53) is known color: Amazon. HEX triplet: 32, 7B and 53. RGB value is (50,123,83). Sum of RGB (Red+Green+Blue) = 50+123+83=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #327B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327B53 is #CD84AC. Grayscale: #606060. Windows color (decimal): -13468845 or 5471026. OLE color: 5471026.
HSL color Cylindrical-coordinate representation of color #327B53: hue angle of 147.12º 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 #327B53 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 123 | 83 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.52 |
| HSL | 147.12º | 0.42% | 0.34% | - |
| HSV(B) | 147.12º | 0.59% | 0.48% | - |
| XYZ | 9.96 | 15.47 | 10.64 | - |
| YUV | 96.61 | 120.32 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 83 | 0.59 | 0 | 0.33 | 0.52 | 147.12 | 0.42 | 0.34 |
| Hex | 32 | 7B | 53 | 3B | 0 | 21 | 34 | 93 | 2A | 22 |
| Octal | 62 | 173 | 123 | 73 | 0 | 41 | 64 | 223 | 52 | 42 |
| Binary | 110010 | 1111011 | 1010011 | 111011 | 0 | 100001 | 110100 | 10010011 | 101010 | 100010 |
Color Harmonies of #327B53
Complementary color
Monochromatic Colors of #327B53
Black with #327B53
Text Example
Text Example
White with #327B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327B53; }
p { color: rgb(50,123,83); }
H1.HeaderClassName
{
color: #327B53;
}
.AnyTagClassName
{
color: #327B53;
}
</style>
background-color css
<style>
a { background-color: #327B53; }
a { background-color: rgb(50,123,83); }
div.DivClassName
{
background-color: #327B53;
}
.BgClassName
{
background-color: #327B53;
}
</style>
border-color css
<style>
span { border-color: #327B53; }
span { border-color: rgb(50,123,83); }
td.TdClassName
{
border-color: #327B53;
}
.TagClassName
{
border-color: #327B53;
}
</style>