Shades of Amazon #327451
Tints of Amazon #327451
RGB
CMYK
RGB Variations
Color information
#327451 (or 0x327451) is known color: Amazon. HEX triplet: 32, 74 and 51. RGB value is (50,116,81). Sum of RGB (Red+Green+Blue) = 50+116+81=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #327451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327451 is #CD8BAE. Grayscale: #5C5C5C. Windows color (decimal): -13470639 or 5338162. OLE color: 5338162.
HSL color Cylindrical-coordinate representation of color #327451: hue angle of 148.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327451 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 116 | 81 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.55 |
| HSL | 148.18º | 0.4% | 0.33% | - |
| HSV(B) | 148.18º | 0.57% | 0.45% | - |
| XYZ | 9.05 | 13.76 | 9.96 | - |
| YUV | 92.28 | 121.63 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 116 | 81 | 0.57 | 0 | 0.30 | 0.55 | 148.18 | 0.4 | 0.33 |
| Hex | 32 | 74 | 51 | 39 | 0 | 1E | 37 | 94 | 28 | 21 |
| Octal | 62 | 164 | 121 | 71 | 0 | 36 | 67 | 224 | 50 | 41 |
| Binary | 110010 | 1110100 | 1010001 | 111001 | 0 | 11110 | 110111 | 10010100 | 101000 | 100001 |
Color Harmonies of #327451
Complementary color
Monochromatic Colors of #327451
Black with #327451
Text Example
Text Example
White with #327451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327451; }
p { color: rgb(50,116,81); }
H1.HeaderClassName
{
color: #327451;
}
.AnyTagClassName
{
color: #327451;
}
</style>
background-color css
<style>
a { background-color: #327451; }
a { background-color: rgb(50,116,81); }
div.DivClassName
{
background-color: #327451;
}
.BgClassName
{
background-color: #327451;
}
</style>
border-color css
<style>
span { border-color: #327451; }
span { border-color: rgb(50,116,81); }
td.TdClassName
{
border-color: #327451;
}
.TagClassName
{
border-color: #327451;
}
</style>