Shades of Spectra #326652
Tints of Spectra #326652
RGB
CMYK
RGB Variations
Color information
#326652 (or 0x326652) is known color: Spectra. HEX triplet: 32, 66 and 52. RGB value is (50,102,82). Sum of RGB (Red+Green+Blue) = 50+102+82=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #326652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326652 is #CD99AD. Grayscale: #545454. Windows color (decimal): -13474222 or 5400114. OLE color: 5400114.
HSL color Cylindrical-coordinate representation of color #326652: hue angle of 156.92º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #326652 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 102 | 82 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.6 |
| HSL | 156.92º | 0.34% | 0.3% | - |
| HSV(B) | 156.92º | 0.51% | 0.4% | - |
| XYZ | 7.59 | 10.79 | 9.67 | - |
| YUV | 84.17 | 126.77 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 82 | 0.51 | 0 | 0.20 | 0.6 | 156.92 | 0.34 | 0.3 |
| Hex | 32 | 66 | 52 | 33 | 0 | 14 | 3C | 9D | 22 | 1E |
| Octal | 62 | 146 | 122 | 63 | 0 | 24 | 74 | 235 | 42 | 36 |
| Binary | 110010 | 1100110 | 1010010 | 110011 | 0 | 10100 | 111100 | 10011101 | 100010 | 11110 |
Color Harmonies of #326652
Complementary color
Monochromatic Colors of #326652
Black with #326652
Text Example
Text Example
White with #326652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326652; }
p { color: rgb(50,102,82); }
H1.HeaderClassName
{
color: #326652;
}
.AnyTagClassName
{
color: #326652;
}
</style>
background-color css
<style>
a { background-color: #326652; }
a { background-color: rgb(50,102,82); }
div.DivClassName
{
background-color: #326652;
}
.BgClassName
{
background-color: #326652;
}
</style>
border-color css
<style>
span { border-color: #326652; }
span { border-color: rgb(50,102,82); }
td.TdClassName
{
border-color: #326652;
}
.TagClassName
{
border-color: #326652;
}
</style>