Shades of Amazon #327448
Tints of Amazon #327448
RGB
CMYK
RGB Variations
Color information
#327448 (or 0x327448) is known color: Amazon. HEX triplet: 32, 74 and 48. RGB value is (50,116,72). Sum of RGB (Red+Green+Blue) = 50+116+72=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #327448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327448 is #CD8BB7. Grayscale: #5B5B5B. Windows color (decimal): -13470648 or 4748338. OLE color: 4748338.
HSL color Cylindrical-coordinate representation of color #327448: hue angle of 140º 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 #327448 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 116 | 72 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.55 |
| HSL | 140º | 0.4% | 0.33% | - |
| HSV(B) | 140º | 0.57% | 0.45% | - |
| XYZ | 8.73 | 13.64 | 8.3 | - |
| YUV | 91.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 116 | 72 | 0.57 | 0 | 0.38 | 0.55 | 140 | 0.4 | 0.33 |
| Hex | 32 | 74 | 48 | 39 | 0 | 26 | 37 | 8C | 28 | 21 |
| Octal | 62 | 164 | 110 | 71 | 0 | 46 | 67 | 214 | 50 | 41 |
| Binary | 110010 | 1110100 | 1001000 | 111001 | 0 | 100110 | 110111 | 10001100 | 101000 | 100001 |
Color Harmonies of #327448
Complementary color
Monochromatic Colors of #327448
Black with #327448
Text Example
Text Example
White with #327448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327448; }
p { color: rgb(50,116,72); }
H1.HeaderClassName
{
color: #327448;
}
.AnyTagClassName
{
color: #327448;
}
</style>
background-color css
<style>
a { background-color: #327448; }
a { background-color: rgb(50,116,72); }
div.DivClassName
{
background-color: #327448;
}
.BgClassName
{
background-color: #327448;
}
</style>
border-color css
<style>
span { border-color: #327448; }
span { border-color: rgb(50,116,72); }
td.TdClassName
{
border-color: #327448;
}
.TagClassName
{
border-color: #327448;
}
</style>