Shades of Amazon #327E5D
Tints of Amazon #327E5D
RGB
CMYK
RGB Variations
Color information
#327E5D (or 0x327E5D) is known color: Amazon. HEX triplet: 32, 7E and 5D. RGB value is (50,126,93). Sum of RGB (Red+Green+Blue) = 50+126+93=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 126 (49.61% from 255 or 46.84% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 126 - color contains mainly: green. Hex color #327E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327E5D is #CD81A2. Grayscale: #636363. Windows color (decimal): -13468067 or 6127154. OLE color: 6127154.
HSL color Cylindrical-coordinate representation of color #327E5D: hue angle of 153.95º 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 #327E5D is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 126 | 93 | - |
| CMYK | 0.60 | 0 | 0.26 | 0.51 |
| HSL | 153.95º | 0.43% | 0.35% | - |
| HSV(B) | 153.95º | 0.6% | 0.49% | - |
| XYZ | 10.75 | 16.39 | 12.95 | - |
| YUV | 99.51 | 124.32 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 93 | 0.60 | 0 | 0.26 | 0.51 | 153.95 | 0.43 | 0.35 |
| Hex | 32 | 7E | 5D | 3C | 0 | 1A | 33 | 9A | 2B | 23 |
| Octal | 62 | 176 | 135 | 74 | 0 | 32 | 63 | 232 | 53 | 43 |
| Binary | 110010 | 1111110 | 1011101 | 111100 | 0 | 11010 | 110011 | 10011010 | 101011 | 100011 |
Color Harmonies of #327E5D
Complementary color
Monochromatic Colors of #327E5D
Black with #327E5D
Text Example
Text Example
White with #327E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327E5D; }
p { color: rgb(50,126,93); }
H1.HeaderClassName
{
color: #327E5D;
}
.AnyTagClassName
{
color: #327E5D;
}
</style>
background-color css
<style>
a { background-color: #327E5D; }
a { background-color: rgb(50,126,93); }
div.DivClassName
{
background-color: #327E5D;
}
.BgClassName
{
background-color: #327E5D;
}
</style>
border-color css
<style>
span { border-color: #327E5D; }
span { border-color: rgb(50,126,93); }
td.TdClassName
{
border-color: #327E5D;
}
.TagClassName
{
border-color: #327E5D;
}
</style>