Shades of Amazon #327F43
Tints of Amazon #327F43
RGB
CMYK
RGB Variations
Color information
#327F43 (or 0x327F43) is known color: Amazon. HEX triplet: 32, 7F and 43. RGB value is (50,127,67). Sum of RGB (Red+Green+Blue) = 50+127+67=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 127 (50% from 255 or 52.05% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 127 - color contains mainly: green. Hex color #327F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327F43 is #CD80BC. Grayscale: #616161. Windows color (decimal): -13467837 or 4423474. OLE color: 4423474.
HSL color Cylindrical-coordinate representation of color #327F43: hue angle of 133.25º 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 #327F43 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 127 | 67 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.50 |
| HSL | 133.25º | 0.44% | 0.35% | - |
| HSV(B) | 133.25º | 0.61% | 0.5% | - |
| XYZ | 9.92 | 16.26 | 7.93 | - |
| YUV | 97.14 | 110.99 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 67 | 0.61 | 0 | 0.47 | 0.50 | 133.25 | 0.44 | 0.35 |
| Hex | 32 | 7F | 43 | 3D | 0 | 2F | 32 | 85 | 2C | 23 |
| Octal | 62 | 177 | 103 | 75 | 0 | 57 | 62 | 205 | 54 | 43 |
| Binary | 110010 | 1111111 | 1000011 | 111101 | 0 | 101111 | 110010 | 10000101 | 101100 | 100011 |
Color Harmonies of #327F43
Complementary color
Monochromatic Colors of #327F43
Black with #327F43
Text Example
Text Example
White with #327F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327F43; }
p { color: rgb(50,127,67); }
H1.HeaderClassName
{
color: #327F43;
}
.AnyTagClassName
{
color: #327F43;
}
</style>
background-color css
<style>
a { background-color: #327F43; }
a { background-color: rgb(50,127,67); }
div.DivClassName
{
background-color: #327F43;
}
.BgClassName
{
background-color: #327F43;
}
</style>
border-color css
<style>
span { border-color: #327F43; }
span { border-color: rgb(50,127,67); }
td.TdClassName
{
border-color: #327F43;
}
.TagClassName
{
border-color: #327F43;
}
</style>