Shades of Amazon #327C4E
Tints of Amazon #327C4E
RGB
CMYK
RGB Variations
Color information
#327C4E (or 0x327C4E) is known color: Amazon. HEX triplet: 32, 7C and 4E. RGB value is (50,124,78). Sum of RGB (Red+Green+Blue) = 50+124+78=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 124 (48.83% from 255 or 49.21% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 124 - color contains mainly: green. Hex color #327C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327C4E is #CD83B1. Grayscale: #606060. Windows color (decimal): -13468594 or 5143602. OLE color: 5143602.
HSL color Cylindrical-coordinate representation of color #327C4E: hue angle of 142.7º 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 #327C4E is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 124 | 78 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.51 |
| HSL | 142.7º | 0.43% | 0.34% | - |
| HSV(B) | 142.7º | 0.6% | 0.49% | - |
| XYZ | 9.9 | 15.64 | 9.71 | - |
| YUV | 96.63 | 117.48 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 124 | 78 | 0.60 | 0 | 0.37 | 0.51 | 142.7 | 0.43 | 0.34 |
| Hex | 32 | 7C | 4E | 3C | 0 | 25 | 33 | 8F | 2B | 22 |
| Octal | 62 | 174 | 116 | 74 | 0 | 45 | 63 | 217 | 53 | 42 |
| Binary | 110010 | 1111100 | 1001110 | 111100 | 0 | 100101 | 110011 | 10001111 | 101011 | 100010 |
Color Harmonies of #327C4E
Complementary color
Monochromatic Colors of #327C4E
Black with #327C4E
Text Example
Text Example
White with #327C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327C4E; }
p { color: rgb(50,124,78); }
H1.HeaderClassName
{
color: #327C4E;
}
.AnyTagClassName
{
color: #327C4E;
}
</style>
background-color css
<style>
a { background-color: #327C4E; }
a { background-color: rgb(50,124,78); }
div.DivClassName
{
background-color: #327C4E;
}
.BgClassName
{
background-color: #327C4E;
}
</style>
border-color css
<style>
span { border-color: #327C4E; }
span { border-color: rgb(50,124,78); }
td.TdClassName
{
border-color: #327C4E;
}
.TagClassName
{
border-color: #327C4E;
}
</style>