Shades of Amazon #327245
Tints of Amazon #327245
RGB
CMYK
RGB Variations
Color information
#327245 (or 0x327245) is known color: Amazon. HEX triplet: 32, 72 and 45. RGB value is (50,114,69). Sum of RGB (Red+Green+Blue) = 50+114+69=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #327245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327245 is #CD8DBA. Grayscale: #595959. Windows color (decimal): -13471163 or 4551218. OLE color: 4551218.
HSL color Cylindrical-coordinate representation of color #327245: hue angle of 137.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 #327245 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 114 | 69 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.55 |
| HSL | 137.81º | 0.39% | 0.32% | - |
| HSV(B) | 137.81º | 0.56% | 0.45% | - |
| XYZ | 8.41 | 13.14 | 7.72 | - |
| YUV | 89.73 | 116.3 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 69 | 0.56 | 0 | 0.39 | 0.55 | 137.81 | 0.39 | 0.32 |
| Hex | 32 | 72 | 45 | 38 | 0 | 27 | 37 | 8A | 27 | 20 |
| Octal | 62 | 162 | 105 | 70 | 0 | 47 | 67 | 212 | 47 | 40 |
| Binary | 110010 | 1110010 | 1000101 | 111000 | 0 | 100111 | 110111 | 10001010 | 100111 | 100000 |
Color Harmonies of #327245
Complementary color
Monochromatic Colors of #327245
Black with #327245
Text Example
Text Example
White with #327245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327245; }
p { color: rgb(50,114,69); }
H1.HeaderClassName
{
color: #327245;
}
.AnyTagClassName
{
color: #327245;
}
</style>
background-color css
<style>
a { background-color: #327245; }
a { background-color: rgb(50,114,69); }
div.DivClassName
{
background-color: #327245;
}
.BgClassName
{
background-color: #327245;
}
</style>
border-color css
<style>
span { border-color: #327245; }
span { border-color: rgb(50,114,69); }
td.TdClassName
{
border-color: #327245;
}
.TagClassName
{
border-color: #327245;
}
</style>