Shades of Amazon #327F4A
Tints of Amazon #327F4A
RGB
CMYK
RGB Variations
Color information
#327F4A (or 0x327F4A) is known color: Amazon. HEX triplet: 32, 7F and 4A. RGB value is (50,127,74). Sum of RGB (Red+Green+Blue) = 50+127+74=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 127 (50% from 255 or 50.60% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 127 - color contains mainly: green. Hex color #327F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327F4A is #CD80B5. Grayscale: #626262. Windows color (decimal): -13467830 or 4882226. OLE color: 4882226.
HSL color Cylindrical-coordinate representation of color #327F4A: hue angle of 138.7º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327F4A is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 127 | 74 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.50 |
| HSL | 138.7º | 0.44% | 0.35% | - |
| HSV(B) | 138.7º | 0.61% | 0.5% | - |
| XYZ | 10.14 | 16.35 | 9.1 | - |
| YUV | 97.94 | 114.49 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 74 | 0.61 | 0 | 0.42 | 0.50 | 138.7 | 0.44 | 0.35 |
| Hex | 32 | 7F | 4A | 3D | 0 | 2A | 32 | 8B | 2C | 23 |
| Octal | 62 | 177 | 112 | 75 | 0 | 52 | 62 | 213 | 54 | 43 |
| Binary | 110010 | 1111111 | 1001010 | 111101 | 0 | 101010 | 110010 | 10001011 | 101100 | 100011 |
Color Harmonies of #327F4A
Complementary color
Monochromatic Colors of #327F4A
Black with #327F4A
Text Example
Text Example
White with #327F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327F4A; }
p { color: rgb(50,127,74); }
H1.HeaderClassName
{
color: #327F4A;
}
.AnyTagClassName
{
color: #327F4A;
}
</style>
background-color css
<style>
a { background-color: #327F4A; }
a { background-color: rgb(50,127,74); }
div.DivClassName
{
background-color: #327F4A;
}
.BgClassName
{
background-color: #327F4A;
}
</style>
border-color css
<style>
span { border-color: #327F4A; }
span { border-color: rgb(50,127,74); }
td.TdClassName
{
border-color: #327F4A;
}
.TagClassName
{
border-color: #327F4A;
}
</style>