Shades of Amazon #327E5A
Tints of Amazon #327E5A
RGB
CMYK
RGB Variations
Color information
#327E5A (or 0x327E5A) is known color: Amazon. HEX triplet: 32, 7E and 5A. RGB value is (50,126,90). Sum of RGB (Red+Green+Blue) = 50+126+90=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 126 (49.61% from 255 or 47.37% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 126 - color contains mainly: green. Hex color #327E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327E5A is #CD81A5. Grayscale: #636363. Windows color (decimal): -13468070 or 5930546. OLE color: 5930546.
HSL color Cylindrical-coordinate representation of color #327E5A: hue angle of 151.58º 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 #327E5A is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 126 | 90 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.51 |
| HSL | 151.58º | 0.43% | 0.35% | - |
| HSV(B) | 151.58º | 0.6% | 0.49% | - |
| XYZ | 10.62 | 16.34 | 12.27 | - |
| YUV | 99.17 | 122.82 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 90 | 0.60 | 0 | 0.29 | 0.51 | 151.58 | 0.43 | 0.35 |
| Hex | 32 | 7E | 5A | 3C | 0 | 1D | 33 | 98 | 2B | 23 |
| Octal | 62 | 176 | 132 | 74 | 0 | 35 | 63 | 230 | 53 | 43 |
| Binary | 110010 | 1111110 | 1011010 | 111100 | 0 | 11101 | 110011 | 10011000 | 101011 | 100011 |
Color Harmonies of #327E5A
Complementary color
Monochromatic Colors of #327E5A
Black with #327E5A
Text Example
Text Example
White with #327E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327E5A; }
p { color: rgb(50,126,90); }
H1.HeaderClassName
{
color: #327E5A;
}
.AnyTagClassName
{
color: #327E5A;
}
</style>
background-color css
<style>
a { background-color: #327E5A; }
a { background-color: rgb(50,126,90); }
div.DivClassName
{
background-color: #327E5A;
}
.BgClassName
{
background-color: #327E5A;
}
</style>
border-color css
<style>
span { border-color: #327E5A; }
span { border-color: rgb(50,126,90); }
td.TdClassName
{
border-color: #327E5A;
}
.TagClassName
{
border-color: #327E5A;
}
</style>