Shades of Amazon #327E5B
Tints of Amazon #327E5B
RGB
CMYK
RGB Variations
Color information
#327E5B (or 0x327E5B) is known color: Amazon. HEX triplet: 32, 7E and 5B. RGB value is (50,126,91). Sum of RGB (Red+Green+Blue) = 50+126+91=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 126 (49.61% from 255 or 47.19% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 126 - color contains mainly: green. Hex color #327E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327E5B is #CD81A4. Grayscale: #636363. Windows color (decimal): -13468069 or 5996082. OLE color: 5996082.
HSL color Cylindrical-coordinate representation of color #327E5B: hue angle of 152.37º 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 #327E5B is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 126 | 91 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.51 |
| HSL | 152.37º | 0.43% | 0.35% | - |
| HSV(B) | 152.37º | 0.6% | 0.49% | - |
| XYZ | 10.66 | 16.36 | 12.49 | - |
| YUV | 99.29 | 123.32 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 91 | 0.60 | 0 | 0.28 | 0.51 | 152.37 | 0.43 | 0.35 |
| Hex | 32 | 7E | 5B | 3C | 0 | 1C | 33 | 98 | 2B | 23 |
| Octal | 62 | 176 | 133 | 74 | 0 | 34 | 63 | 230 | 53 | 43 |
| Binary | 110010 | 1111110 | 1011011 | 111100 | 0 | 11100 | 110011 | 10011000 | 101011 | 100011 |
Color Harmonies of #327E5B
Complementary color
Monochromatic Colors of #327E5B
Black with #327E5B
Text Example
Text Example
White with #327E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327E5B; }
p { color: rgb(50,126,91); }
H1.HeaderClassName
{
color: #327E5B;
}
.AnyTagClassName
{
color: #327E5B;
}
</style>
background-color css
<style>
a { background-color: #327E5B; }
a { background-color: rgb(50,126,91); }
div.DivClassName
{
background-color: #327E5B;
}
.BgClassName
{
background-color: #327E5B;
}
</style>
border-color css
<style>
span { border-color: #327E5B; }
span { border-color: rgb(50,126,91); }
td.TdClassName
{
border-color: #327E5B;
}
.TagClassName
{
border-color: #327E5B;
}
</style>