Shades of Amazon #327253
Tints of Amazon #327253
RGB
CMYK
RGB Variations
Color information
#327253 (or 0x327253) is known color: Amazon. HEX triplet: 32, 72 and 53. RGB value is (50,114,83). Sum of RGB (Red+Green+Blue) = 50+114+83=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #327253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327253 is #CD8DAC. Grayscale: #5B5B5B. Windows color (decimal): -13471149 or 5468722. OLE color: 5468722.
HSL color Cylindrical-coordinate representation of color #327253: hue angle of 150.94º 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 #327253 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 114 | 83 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.55 |
| HSL | 150.94º | 0.39% | 0.32% | - |
| HSV(B) | 150.94º | 0.56% | 0.45% | - |
| XYZ | 8.89 | 13.34 | 10.29 | - |
| YUV | 91.33 | 123.3 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 83 | 0.56 | 0 | 0.27 | 0.55 | 150.94 | 0.39 | 0.32 |
| Hex | 32 | 72 | 53 | 38 | 0 | 1B | 37 | 97 | 27 | 20 |
| Octal | 62 | 162 | 123 | 70 | 0 | 33 | 67 | 227 | 47 | 40 |
| Binary | 110010 | 1110010 | 1010011 | 111000 | 0 | 11011 | 110111 | 10010111 | 100111 | 100000 |
Color Harmonies of #327253
Complementary color
Monochromatic Colors of #327253
Black with #327253
Text Example
Text Example
White with #327253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327253; }
p { color: rgb(50,114,83); }
H1.HeaderClassName
{
color: #327253;
}
.AnyTagClassName
{
color: #327253;
}
</style>
background-color css
<style>
a { background-color: #327253; }
a { background-color: rgb(50,114,83); }
div.DivClassName
{
background-color: #327253;
}
.BgClassName
{
background-color: #327253;
}
</style>
border-color css
<style>
span { border-color: #327253; }
span { border-color: rgb(50,114,83); }
td.TdClassName
{
border-color: #327253;
}
.TagClassName
{
border-color: #327253;
}
</style>