Shades of Amazon #327E54
Tints of Amazon #327E54
RGB
CMYK
RGB Variations
Color information
#327E54 (or 0x327E54) is known color: Amazon. HEX triplet: 32, 7E and 54. RGB value is (50,126,84). Sum of RGB (Red+Green+Blue) = 50+126+84=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 126 (49.61% from 255 or 48.46% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 126 - color contains mainly: green. Hex color #327E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327E54 is #CD81AB. Grayscale: #626262. Windows color (decimal): -13468076 or 5537330. OLE color: 5537330.
HSL color Cylindrical-coordinate representation of color #327E54: hue angle of 146.84º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327E54 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 126 | 84 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.51 |
| HSL | 146.84º | 0.43% | 0.35% | - |
| HSV(B) | 146.84º | 0.6% | 0.49% | - |
| XYZ | 10.38 | 16.24 | 10.98 | - |
| YUV | 98.49 | 119.82 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 84 | 0.60 | 0 | 0.33 | 0.51 | 146.84 | 0.43 | 0.35 |
| Hex | 32 | 7E | 54 | 3C | 0 | 21 | 33 | 93 | 2B | 23 |
| Octal | 62 | 176 | 124 | 74 | 0 | 41 | 63 | 223 | 53 | 43 |
| Binary | 110010 | 1111110 | 1010100 | 111100 | 0 | 100001 | 110011 | 10010011 | 101011 | 100011 |
Color Harmonies of #327E54
Complementary color
Monochromatic Colors of #327E54
Black with #327E54
Text Example
Text Example
White with #327E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327E54; }
p { color: rgb(50,126,84); }
H1.HeaderClassName
{
color: #327E54;
}
.AnyTagClassName
{
color: #327E54;
}
</style>
background-color css
<style>
a { background-color: #327E54; }
a { background-color: rgb(50,126,84); }
div.DivClassName
{
background-color: #327E54;
}
.BgClassName
{
background-color: #327E54;
}
</style>
border-color css
<style>
span { border-color: #327E54; }
span { border-color: rgb(50,126,84); }
td.TdClassName
{
border-color: #327E54;
}
.TagClassName
{
border-color: #327E54;
}
</style>