Shades of Amazon #327255
Tints of Amazon #327255
RGB
CMYK
RGB Variations
Color information
#327255 (or 0x327255) is known color: Amazon. HEX triplet: 32, 72 and 55. RGB value is (50,114,85). Sum of RGB (Red+Green+Blue) = 50+114+85=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #327255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327255 is #CD8DAA. Grayscale: #5B5B5B. Windows color (decimal): -13471147 or 5599794. OLE color: 5599794.
HSL color Cylindrical-coordinate representation of color #327255: hue angle of 152.81º 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 #327255 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 114 | 85 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.55 |
| HSL | 152.81º | 0.39% | 0.32% | - |
| HSV(B) | 152.81º | 0.56% | 0.45% | - |
| XYZ | 8.97 | 13.37 | 10.7 | - |
| YUV | 91.56 | 124.3 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 85 | 0.56 | 0 | 0.25 | 0.55 | 152.81 | 0.39 | 0.32 |
| Hex | 32 | 72 | 55 | 38 | 0 | 19 | 37 | 99 | 27 | 20 |
| Octal | 62 | 162 | 125 | 70 | 0 | 31 | 67 | 231 | 47 | 40 |
| Binary | 110010 | 1110010 | 1010101 | 111000 | 0 | 11001 | 110111 | 10011001 | 100111 | 100000 |
Color Harmonies of #327255
Complementary color
Monochromatic Colors of #327255
Black with #327255
Text Example
Text Example
White with #327255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327255; }
p { color: rgb(50,114,85); }
H1.HeaderClassName
{
color: #327255;
}
.AnyTagClassName
{
color: #327255;
}
</style>
background-color css
<style>
a { background-color: #327255; }
a { background-color: rgb(50,114,85); }
div.DivClassName
{
background-color: #327255;
}
.BgClassName
{
background-color: #327255;
}
</style>
border-color css
<style>
span { border-color: #327255; }
span { border-color: rgb(50,114,85); }
td.TdClassName
{
border-color: #327255;
}
.TagClassName
{
border-color: #327255;
}
</style>