Shades of Amazon #326E4E
Tints of Amazon #326E4E
RGB
CMYK
RGB Variations
Color information
#326E4E (or 0x326E4E) is known color: Amazon. HEX triplet: 32, 6E and 4E. RGB value is (50,110,78). Sum of RGB (Red+Green+Blue) = 50+110+78=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 110 (43.36% from 255 or 46.22% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 110 - color contains mainly: green. Hex color #326E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E4E is #CD91B1. Grayscale: #585858. Windows color (decimal): -13472178 or 5140018. OLE color: 5140018.
HSL color Cylindrical-coordinate representation of color #326E4E: hue angle of 148º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326E4E is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 110 | 78 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.57 |
| HSL | 148º | 0.38% | 0.31% | - |
| HSV(B) | 148º | 0.55% | 0.43% | - |
| XYZ | 8.27 | 12.38 | 9.16 | - |
| YUV | 88.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 78 | 0.55 | 0 | 0.29 | 0.57 | 148 | 0.38 | 0.31 |
| Hex | 32 | 6E | 4E | 37 | 0 | 1D | 39 | 94 | 26 | 1F |
| Octal | 62 | 156 | 116 | 67 | 0 | 35 | 71 | 224 | 46 | 37 |
| Binary | 110010 | 1101110 | 1001110 | 110111 | 0 | 11101 | 111001 | 10010100 | 100110 | 11111 |
Color Harmonies of #326E4E
Complementary color
Monochromatic Colors of #326E4E
Black with #326E4E
Text Example
Text Example
White with #326E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326E4E; }
p { color: rgb(50,110,78); }
H1.HeaderClassName
{
color: #326E4E;
}
.AnyTagClassName
{
color: #326E4E;
}
</style>
background-color css
<style>
a { background-color: #326E4E; }
a { background-color: rgb(50,110,78); }
div.DivClassName
{
background-color: #326E4E;
}
.BgClassName
{
background-color: #326E4E;
}
</style>
border-color css
<style>
span { border-color: #326E4E; }
span { border-color: rgb(50,110,78); }
td.TdClassName
{
border-color: #326E4E;
}
.TagClassName
{
border-color: #326E4E;
}
</style>