Shades of Amazon #327256
Tints of Amazon #327256
RGB
CMYK
RGB Variations
Color information
#327256 (or 0x327256) is known color: Amazon. HEX triplet: 32, 72 and 56. RGB value is (50,114,86). Sum of RGB (Red+Green+Blue) = 50+114+86=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #327256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327256 is #CD8DA9. Grayscale: #5B5B5B. Windows color (decimal): -13471146 or 5665330. OLE color: 5665330.
HSL color Cylindrical-coordinate representation of color #327256: hue angle of 153.75º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327256 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 114 | 86 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.55 |
| HSL | 153.75º | 0.39% | 0.32% | - |
| HSV(B) | 153.75º | 0.56% | 0.45% | - |
| XYZ | 9.01 | 13.38 | 10.91 | - |
| YUV | 91.67 | 124.8 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 86 | 0.56 | 0 | 0.25 | 0.55 | 153.75 | 0.39 | 0.32 |
| Hex | 32 | 72 | 56 | 38 | 0 | 19 | 37 | 9A | 27 | 20 |
| Octal | 62 | 162 | 126 | 70 | 0 | 31 | 67 | 232 | 47 | 40 |
| Binary | 110010 | 1110010 | 1010110 | 111000 | 0 | 11001 | 110111 | 10011010 | 100111 | 100000 |
Color Harmonies of #327256
Complementary color
Monochromatic Colors of #327256
Black with #327256
Text Example
Text Example
White with #327256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327256; }
p { color: rgb(50,114,86); }
H1.HeaderClassName
{
color: #327256;
}
.AnyTagClassName
{
color: #327256;
}
</style>
background-color css
<style>
a { background-color: #327256; }
a { background-color: rgb(50,114,86); }
div.DivClassName
{
background-color: #327256;
}
.BgClassName
{
background-color: #327256;
}
</style>
border-color css
<style>
span { border-color: #327256; }
span { border-color: rgb(50,114,86); }
td.TdClassName
{
border-color: #327256;
}
.TagClassName
{
border-color: #327256;
}
</style>