Shades of Amazon #327C45
Tints of Amazon #327C45
RGB
CMYK
RGB Variations
Color information
#327C45 (or 0x327C45) is known color: Amazon. HEX triplet: 32, 7C and 45. RGB value is (50,124,69). Sum of RGB (Red+Green+Blue) = 50+124+69=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #327C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327C45 is #CD83BA. Grayscale: #5F5F5F. Windows color (decimal): -13468603 or 4553778. OLE color: 4553778.
HSL color Cylindrical-coordinate representation of color #327C45: hue angle of 135.41º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327C45 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 124 | 69 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.51 |
| HSL | 135.41º | 0.43% | 0.34% | - |
| HSV(B) | 135.41º | 0.6% | 0.49% | - |
| XYZ | 9.6 | 15.52 | 8.12 | - |
| YUV | 95.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 124 | 69 | 0.60 | 0 | 0.44 | 0.51 | 135.41 | 0.43 | 0.34 |
| Hex | 32 | 7C | 45 | 3C | 0 | 2C | 33 | 87 | 2B | 22 |
| Octal | 62 | 174 | 105 | 74 | 0 | 54 | 63 | 207 | 53 | 42 |
| Binary | 110010 | 1111100 | 1000101 | 111100 | 0 | 101100 | 110011 | 10000111 | 101011 | 100010 |
Color Harmonies of #327C45
Complementary color
Monochromatic Colors of #327C45
Black with #327C45
Text Example
Text Example
White with #327C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327C45; }
p { color: rgb(50,124,69); }
H1.HeaderClassName
{
color: #327C45;
}
.AnyTagClassName
{
color: #327C45;
}
</style>
background-color css
<style>
a { background-color: #327C45; }
a { background-color: rgb(50,124,69); }
div.DivClassName
{
background-color: #327C45;
}
.BgClassName
{
background-color: #327C45;
}
</style>
border-color css
<style>
span { border-color: #327C45; }
span { border-color: rgb(50,124,69); }
td.TdClassName
{
border-color: #327C45;
}
.TagClassName
{
border-color: #327C45;
}
</style>