Shades of Spectra #326154
Tints of Spectra #326154
RGB
CMYK
RGB Variations
Color information
#326154 (or 0x326154) is known color: Spectra. HEX triplet: 32, 61 and 54. RGB value is (50,97,84). Sum of RGB (Red+Green+Blue) = 50+97+84=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #326154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326154 is #CD9EAB. Grayscale: #515151. Windows color (decimal): -13475500 or 5529906. OLE color: 5529906.
HSL color Cylindrical-coordinate representation of color #326154: hue angle of 163.4º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #326154 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 97 | 84 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.62 |
| HSL | 163.4º | 0.32% | 0.29% | - |
| HSV(B) | 163.4º | 0.48% | 0.38% | - |
| XYZ | 7.19 | 9.87 | 9.91 | - |
| YUV | 81.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 84 | 0.48 | 0 | 0.13 | 0.62 | 163.4 | 0.32 | 0.29 |
| Hex | 32 | 61 | 54 | 30 | 0 | D | 3E | A3 | 20 | 1D |
| Octal | 62 | 141 | 124 | 60 | 0 | 15 | 76 | 243 | 40 | 35 |
| Binary | 110010 | 1100001 | 1010100 | 110000 | 0 | 1101 | 111110 | 10100011 | 100000 | 11101 |
Color Harmonies of #326154
Complementary color
Monochromatic Colors of #326154
Black with #326154
Text Example
Text Example
White with #326154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326154; }
p { color: rgb(50,97,84); }
H1.HeaderClassName
{
color: #326154;
}
.AnyTagClassName
{
color: #326154;
}
</style>
background-color css
<style>
a { background-color: #326154; }
a { background-color: rgb(50,97,84); }
div.DivClassName
{
background-color: #326154;
}
.BgClassName
{
background-color: #326154;
}
</style>
border-color css
<style>
span { border-color: #326154; }
span { border-color: rgb(50,97,84); }
td.TdClassName
{
border-color: #326154;
}
.TagClassName
{
border-color: #326154;
}
</style>